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
5a24bac8
Commit
5a24bac8
authored
Oct 05, 2006
by
msvensson@neptunus.(none)
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update result file
Get server version from mysqld
parent
9be91007
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
mysql-test/r/lock_multi.result
mysql-test/r/lock_multi.result
+1
-1
mysql-test/t/rpl_truncate_7ndb.test
mysql-test/t/rpl_truncate_7ndb.test
+1
-0
No files found.
mysql-test/r/lock_multi.result
View file @
5a24bac8
...
@@ -39,7 +39,7 @@ drop table t1;
...
@@ -39,7 +39,7 @@ drop table t1;
create table t1 (a int);
create table t1 (a int);
create table t2 (a int);
create table t2 (a int);
lock table t1 write, t2 write, t1 as t1_2 write, t2 as t2_2 write;
lock table t1 write, t2 write, t1 as t1_2 write, t2 as t2_2 write;
insert t1 select * from t2;
insert t1 select * from t2;
drop table t2;
drop table t2;
ERROR 42S02: Table 'test.t2' doesn't exist
ERROR 42S02: Table 'test.t2' doesn't exist
drop table t1;
drop table t1;
...
...
mysql-test/t/rpl_truncate_7ndb.test
View file @
5a24bac8
...
@@ -39,6 +39,7 @@ SELECT * FROM t1 ORDER BY a,b;
...
@@ -39,6 +39,7 @@ SELECT * FROM t1 ORDER BY a,b;
--
echo
****
On
Master
****
--
echo
****
On
Master
****
connection
master
;
connection
master
;
DROP
TABLE
t1
;
DROP
TABLE
t1
;
let
SERVER_VERSION
=
`select version()`
;
--
replace_regex
/
\
/
\
*
xid
=
[
0
-
9
]
+
\
*
\
//\/* xid= *\// /table_id: [0-9]+/table_id: #/
--
replace_regex
/
\
/
\
*
xid
=
[
0
-
9
]
+
\
*
\
//\/* xid= *\// /table_id: [0-9]+/table_id: #/
--
replace_result
$SERVER_VERSION
SERVER_VERSION
--
replace_result
$SERVER_VERSION
SERVER_VERSION
SHOW
BINLOG
EVENTS
;
SHOW
BINLOG
EVENTS
;
...
...
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