Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Kirill Smelkov
mariadb
Commits
07f07ffe
Commit
07f07ffe
authored
14 years ago
by
Sergey Glukhov
Browse files
Options
Download
Email Patches
Plain Diff
test case fix
parent
a1b8e4dc
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
mysql-test/r/mdl_sync.result
mysql-test/r/mdl_sync.result
+2
-2
mysql-test/t/mdl_sync.test
mysql-test/t/mdl_sync.test
+2
-1
No files found.
mysql-test/r/mdl_sync.result
View file @
07f07ffe
...
...
@@ -2390,8 +2390,8 @@ SHOW FULL COLUMNS FROM t1;
SET DEBUG_SYNC= "now WAIT_FOR waiting";
SHOW FULL COLUMNS FROM t1;
Field Type Collation Null Key Default Extra Privileges Comment
a char(255) latin1_swedish_ci YES NULL
select,insert,update,references
a char(255) latin1_swedish_ci YES NULL
#
SET DEBUG_SYNC= "now SIGNAL completed";
Field Type Collation Null Key Default Extra Privileges Comment
a char(255) latin1_swedish_ci YES NULL
select,insert,update,references
a char(255) latin1_swedish_ci YES NULL
#
DROP TABLE t1;
This diff is collapsed.
Click to expand it.
mysql-test/t/mdl_sync.test
View file @
07f07ffe
...
...
@@ -3479,9 +3479,10 @@ SET DEBUG_SYNC= "get_schema_column SIGNAL waiting WAIT_FOR completed";
connection
default
;
SET
DEBUG_SYNC
=
"now WAIT_FOR waiting"
;
--
replace_column
8
#
SHOW
FULL
COLUMNS
FROM
t1
;
SET
DEBUG_SYNC
=
"now SIGNAL completed"
;
--
replace_column
8
#
connection
con1
;
--
reap
connection
default
;
...
...
This diff is collapsed.
Click to expand it.
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