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
75ab3867
Commit
75ab3867
authored
Mar 01, 2007
by
msvensson@pilot.blaudden
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
After merge fixes
parent
d1d64ba5
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
4 deletions
+2
-4
mysql-test/r/mysqlbinlog.result
mysql-test/r/mysqlbinlog.result
+1
-2
mysql-test/t/mysqlbinlog.test
mysql-test/t/mysqlbinlog.test
+1
-2
No files found.
mysql-test/r/mysqlbinlog.result
View file @
75ab3867
...
@@ -233,7 +233,6 @@ call p1();
...
@@ -233,7 +233,6 @@ call p1();
drop procedure p1;
drop procedure p1;
call p1();
call p1();
ERROR 42000: PROCEDURE test.p1 does not exist
ERROR 42000: PROCEDURE test.p1 does not exist
/*!40019 SET @@session.max_insert_delayed_threads=0*/;
/*!40019 SET @@session.max_insert_delayed_threads=0*/;
/*!50003 SET @OLD_COMPLETION_TYPE=@@COMPLETION_TYPE,COMPLETION_TYPE=0*/;
/*!50003 SET @OLD_COMPLETION_TYPE=@@COMPLETION_TYPE,COMPLETION_TYPE=0*/;
DELIMITER /*!*/;
DELIMITER /*!*/;
...
@@ -254,6 +253,7 @@ ROLLBACK /* added by mysqlbinlog */;
...
@@ -254,6 +253,7 @@ ROLLBACK /* added by mysqlbinlog */;
call p1();
call p1();
1
1
1
1
drop procedure p1;
flush logs;
flush logs;
create table t1 (a varchar(64) character set utf8);
create table t1 (a varchar(64) character set utf8);
load data infile '../std_data_ln/loaddata6.dat' into table t1;
load data infile '../std_data_ln/loaddata6.dat' into table t1;
...
@@ -312,5 +312,4 @@ DELIMITER ;
...
@@ -312,5 +312,4 @@ DELIMITER ;
# End of log file
# End of log file
ROLLBACK /* added by mysqlbinlog */;
ROLLBACK /* added by mysqlbinlog */;
/*!50003 SET COMPLETION_TYPE=@OLD_COMPLETION_TYPE*/;
/*!50003 SET COMPLETION_TYPE=@OLD_COMPLETION_TYPE*/;
drop table t1, t2, t5;
End of 5.0 tests
End of 5.0 tests
mysql-test/t/mysqlbinlog.test
View file @
75ab3867
...
@@ -179,7 +179,6 @@ drop procedure p1;
...
@@ -179,7 +179,6 @@ drop procedure p1;
--
exec
$MYSQL_BINLOG
--
version
2
>&
1
>
/
dev
/
null
--
exec
$MYSQL_BINLOG
--
version
2
>&
1
>
/
dev
/
null
--
exec
$MYSQL_BINLOG
--
help
2
>&
1
>
/
dev
/
null
--
exec
$MYSQL_BINLOG
--
help
2
>&
1
>
/
dev
/
null
--
enable_query_log
--
enable_query_log
drop
table
t1
,
t2
,
t5
;
#
#
# Bug#15126 character_set_database is not replicated
# Bug#15126 character_set_database is not replicated
...
@@ -203,6 +202,6 @@ select hex(a) from t1;
...
@@ -203,6 +202,6 @@ select hex(a) from t1;
drop
table
t1
;
drop
table
t1
;
flush
logs
;
flush
logs
;
--
replace_result
$MYSQL_TMP_DIR
MYSQL_TMP_DIR
--
replace_result
$MYSQL_TMP_DIR
MYSQL_TMP_DIR
--
exec
$MYSQL_BINLOG
--
short
-
form
$MYSQLTEST_VARDIR
/
log
/
master
-
bin
.
0000
11
--
exec
$MYSQL_BINLOG
--
short
-
form
$MYSQLTEST_VARDIR
/
log
/
master
-
bin
.
0000
0
9
--
echo
End
of
5.0
tests
--
echo
End
of
5.0
tests
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