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
532ad32d
Commit
532ad32d
authored
Nov 05, 2007
by
tomas@whalegate.ndb.mysql.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
workaround for case insensitive filesystems
parent
3c4e580b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
mysql-test/suite/ndb/r/ndb_multi.result
mysql-test/suite/ndb/r/ndb_multi.result
+2
-2
mysql-test/suite/ndb/t/ndb_multi.test
mysql-test/suite/ndb/t/ndb_multi.test
+2
-0
No files found.
mysql-test/suite/ndb/r/ndb_multi.result
View file @
532ad32d
...
...
@@ -132,11 +132,11 @@ master_epoch, count))
engine ndb;
show tables like '%$%';
Tables_in_test (%$%)
t1$
EX
t1$
ex
use test;
show tables like '%$%';
Tables_in_test (%$%)
t1$
EX
t1$
ex
drop table `test`.`t1$EX`;
show tables like '%$%';
Tables_in_test (%$%)
...
...
mysql-test/suite/ndb/t/ndb_multi.test
View file @
532ad32d
...
...
@@ -139,9 +139,11 @@ create table `test`.`t1$EX`
# check that table shows up ok on both servers
# before bugfix table would not show up on server2
--
replace_regex
/
EX
/
ex
/
show
tables
like
'%$%'
;
connection
server2
;
use
test
;
--
replace_regex
/
EX
/
ex
/
show
tables
like
'%$%'
;
# check cleanup
...
...
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