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
d9e92fbd
Commit
d9e92fbd
authored
Oct 03, 2006
by
svoj@mysql.com/april.(none)
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
BUG#22924 - windows test fails with wrong errno
Fixed a test case according to fix for bug10974.
parent
9ace1cc4
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
mysql-test/r/windows.result
mysql-test/r/windows.result
+1
-1
mysql-test/t/windows.test
mysql-test/t/windows.test
+1
-1
No files found.
mysql-test/r/windows.result
View file @
d9e92fbd
...
...
@@ -27,7 +27,7 @@ select * from mt;
ERROR HY000: Can't lock file (errno: 155)
FLUSH TABLES;
select * from mt;
ERROR HY000:
Can't find file: 'mt' (errno: 2)
ERROR HY000:
Unable to open underlying table which is differently defined or of non-MyISAM type or doesn't exists
ALTER TABLE `t` RENAME TO `t2`;
INSERT INTO mt VALUES ('2006-01-01',0);
select * from mt;
...
...
mysql-test/t/windows.test
View file @
d9e92fbd
...
...
@@ -49,7 +49,7 @@ INSERT INTO mt VALUES ('2006-01-01',0);
select
*
from
mt
;
FLUSH
TABLES
;
--
error
1
017
--
error
1
168
select
*
from
mt
;
# Alter one of the tables that are part of the merge table
...
...
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