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
07f07ffe
Commit
07f07ffe
authored
May 31, 2010
by
Sergey Glukhov
Browse files
Options
Browse Files
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;
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
;
...
...
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