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
0c8d6418
Commit
0c8d6418
authored
Nov 29, 2005
by
marty@linux.site
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix for bug#5323, no bug, new error code
parent
eae275ea
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
2 deletions
+1
-2
mysql-test/r/ndb_alter_table.result
mysql-test/r/ndb_alter_table.result
+1
-1
mysql-test/t/disabled.def
mysql-test/t/disabled.def
+0
-1
No files found.
mysql-test/r/ndb_alter_table.result
View file @
0c8d6418
...
...
@@ -179,7 +179,7 @@ a b c
2 two two
alter table t1 drop index c;
select * from t1 where b = 'two';
ERROR HY000: Can't lock file (errno:
241
)
ERROR HY000: Can't lock file (errno:
159
)
select * from t1 where b = 'two';
a b c
2 two two
...
...
mysql-test/t/disabled.def
View file @
0c8d6418
...
...
@@ -15,6 +15,5 @@ rpl_relayrotate : Unstable test case, bug#12429
rpl_until : Unstable test case, bug#12429
rpl_deadlock : Unstable test case, bug#12429
kill : Unstable test case, bug#9712
ndb_alter_table : Bug #15323
ndb_cache2 : Bug #15004
ndb_cache_multi2: Bug #15004
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