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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
8a1ede49
Commit
8a1ede49
authored
Nov 05, 2007
by
unknown
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
workaround for case insensitive filesystems
parent
d0b91efc
Changes
2
Show 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 @
8a1ede49
...
...
@@ -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 @
8a1ede49
...
...
@@ -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