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
c1d403cb
Commit
c1d403cb
authored
Dec 14, 2005
by
unknown
Browse files
Options
Browse Files
Download
Plain Diff
Merge mskold@bk-internal.mysql.com:/home/bk/mysql-4.1
into mysql.com:/usr/local/home/marty/MySQL/mysql-4.1
parents
f7489c32
d70270c4
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
mysql-test/r/ndb_multi.result
mysql-test/r/ndb_multi.result
+1
-0
mysql-test/t/ndb_multi.test
mysql-test/t/ndb_multi.test
+1
-0
No files found.
mysql-test/r/ndb_multi.result
View file @
c1d403cb
...
@@ -30,6 +30,7 @@ create table t1 (a int) engine=ndbcluster;
...
@@ -30,6 +30,7 @@ create table t1 (a int) engine=ndbcluster;
insert into t1 value (2);
insert into t1 value (2);
select * from t1;
select * from t1;
ERROR HY000: Got error 241 'Invalid schema object version' from ndbcluster
ERROR HY000: Got error 241 'Invalid schema object version' from ndbcluster
flush table t1;
select * from t1;
select * from t1;
a
a
2
2
...
...
mysql-test/t/ndb_multi.test
View file @
c1d403cb
...
@@ -40,6 +40,7 @@ connection server1;
...
@@ -40,6 +40,7 @@ connection server1;
# Currently a retry is required remotely
# Currently a retry is required remotely
--
error
1296
--
error
1296
select
*
from
t1
;
select
*
from
t1
;
flush
table
t1
;
select
*
from
t1
;
select
*
from
t1
;
# Connect to server2 and use the tables from there
# Connect to server2 and use the tables from there
...
...
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