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
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
d20ee6d4
Commit
d20ee6d4
authored
Sep 30, 2013
by
Rich Prohaska
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
#90 fix the is_tokudb_locks test result file to match the schema
parent
333d00c9
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
mysql-test/suite/tokudb/r/is_tokudb_locks.result
mysql-test/suite/tokudb/r/is_tokudb_locks.result
+3
-3
No files found.
mysql-test/suite/tokudb/r/is_tokudb_locks.result
View file @
d20ee6d4
...
...
@@ -4,7 +4,7 @@ drop table if exists t;
create table t (id int primary key);
set autocommit=0;
select * from information_schema.tokudb_locks;
locks_trx_id locks_mysql_thread_id locks_dname locks_
left locks
_right
locks_trx_id locks_mysql_thread_id locks_dname locks_
key_left locks_key
_right
insert into t values (1);
insert into t values (3);
insert into t values (5);
...
...
@@ -13,7 +13,7 @@ insert into t values (2);
insert into t values (4);
insert into t values (6);
select * from information_schema.tokudb_locks order by locks_trx_id;
locks_trx_id locks_mysql_thread_id locks_dname locks_
left locks
_right
locks_trx_id locks_mysql_thread_id locks_dname locks_
key_left locks_key
_right
TRX_ID MYSQL_ID ./test/t-main 0001000000 0001000000
TRX_ID MYSQL_ID ./test/t-main 0003000000 0003000000
TRX_ID MYSQL_ID ./test/t-main 0005000000 0005000000
...
...
@@ -23,6 +23,6 @@ TRX_ID MYSQL_ID ./test/t-main 0006000000 0006000000
commit;
commit;
select * from information_schema.tokudb_locks;
locks_trx_id locks_mysql_thread_id locks_dname locks_
left locks
_right
locks_trx_id locks_mysql_thread_id locks_dname locks_
key_left locks_key
_right
commit;
drop table t;
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