Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
MariaDB
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
636d9023
Commit
636d9023
authored
Sep 01, 2006
by
mikael/pappa@dator5.(none)
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removed Windows from tests since bug#19107 is known to hang test
parent
35304be5
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
1 deletion
+9
-1
mysql-test/t/disabled.def
mysql-test/t/disabled.def
+0
-1
mysql-test/t/partition.test
mysql-test/t/partition.test
+4
-0
mysql-test/t/partition_mgm_err2.test
mysql-test/t/partition_mgm_err2.test
+5
-0
No files found.
mysql-test/t/disabled.def
View file @
636d9023
...
@@ -45,6 +45,5 @@ crash_commit_before : 2006-08-02 msvensson
...
@@ -45,6 +45,5 @@ crash_commit_before : 2006-08-02 msvensson
rpl_ndb_dd_advance : BUG#18679 2006-07-28 jimw (Test fails randomly)
rpl_ndb_dd_advance : BUG#18679 2006-07-28 jimw (Test fails randomly)
func_group : BUG#21924 2006-08-30 reggie
func_group : BUG#21924 2006-08-30 reggie
func_in : BUG#21925 2006-08-30 reggie
func_in : BUG#21925 2006-08-30 reggie
partition_mgm_err2 : BUG#19107 2006-08-30 reggie
ndb_binlog_discover : bug#21806 2006-08-24
ndb_binlog_discover : bug#21806 2006-08-24
ndb_autodiscover3 : bug#21806
ndb_autodiscover3 : bug#21806
mysql-test/t/partition.test
View file @
636d9023
...
@@ -4,6 +4,10 @@
...
@@ -4,6 +4,10 @@
# Taken fromm the select test
# Taken fromm the select test
#
#
--
source
include
/
have_partition
.
inc
--
source
include
/
have_partition
.
inc
#
# This test is disabled on Windows due to BUG#19107
#
--
source
include
/
not_windows
.
inc
--
disable_warnings
--
disable_warnings
drop
table
if
exists
t1
;
drop
table
if
exists
t1
;
...
...
mysql-test/t/partition_mgm_err2.test
View file @
636d9023
...
@@ -3,7 +3,12 @@
...
@@ -3,7 +3,12 @@
#
#
--
source
include
/
have_partition
.
inc
--
source
include
/
have_partition
.
inc
#
# This test is disabled on windows due to BUG#19107
#
--
source
include
/
not_windows
.
inc
--
require
r
/
have_symlink
.
require
--
require
r
/
have_symlink
.
require
disable_query_log
;
disable_query_log
;
show
variables
like
"have_symlink"
;
show
variables
like
"have_symlink"
;
enable_query_log
;
enable_query_log
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment