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
398392cd
Commit
398392cd
authored
Aug 23, 2005
by
andrey@lmy004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tests fixes
parent
a5ecf5f4
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
mysql-test/lib/init_db.sql
mysql-test/lib/init_db.sql
+1
-1
mysql-test/r/rpl_delete_all.result
mysql-test/r/rpl_delete_all.result
+1
-1
mysql-test/t/rpl_delete_all.test
mysql-test/t/rpl_delete_all.test
+1
-1
No files found.
mysql-test/lib/init_db.sql
View file @
398392cd
...
...
@@ -518,7 +518,7 @@ CREATE TABLE proc (
security_type
enum
(
'INVOKER'
,
'DEFINER'
)
DEFAULT
'DEFINER'
NOT
NULL
,
param_list
blob
DEFAULT
''
NOT
NULL
,
returns
char
(
64
)
DEFAULT
''
NOT
NULL
,
body
blob
DEFAULT
''
NOT
NULL
,
body
long
blob
DEFAULT
''
NOT
NULL
,
definer
char
(
77
)
collate
utf8_bin
DEFAULT
''
NOT
NULL
,
created
timestamp
,
modified
timestamp
,
...
...
mysql-test/r/rpl_delete_all.result
View file @
398392cd
...
...
@@ -9,7 +9,7 @@ drop database if exists mysqltest;
Warnings:
Note 1008 Can't drop database 'mysqltest'; database doesn't exist
show tables from mysqltest;
ERROR
HY000: Can't read dir of './mysqltest/' (Errcode: X)
ERROR
42000: Unknown database 'mysqltest'
create table t1 (a int);
drop table if exists t1;
Warnings:
...
...
mysql-test/t/rpl_delete_all.test
View file @
398392cd
...
...
@@ -7,7 +7,7 @@ drop database if exists mysqltest;
sync_slave_with_master
;
# can't read dir
--
replace_result
"Errcode: 1"
"Errcode: X"
"Errcode: 2"
"Errcode: X"
\\
/
--
error
1
2
--
error
1
049
show
tables
from
mysqltest
;
connection
slave
;
...
...
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