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
c1fce59c
Commit
c1fce59c
authored
Dec 23, 2010
by
Georgi Kodinov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed the binlog problem
parent
28a06e56
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
mysql-test/suite/binlog/r/binlog_unsafe.result
mysql-test/suite/binlog/r/binlog_unsafe.result
+1
-1
mysql-test/suite/binlog/t/binlog_unsafe.test
mysql-test/suite/binlog/t/binlog_unsafe.test
+1
-1
No files found.
mysql-test/suite/binlog/r/binlog_unsafe.result
View file @
c1fce59c
...
@@ -271,7 +271,7 @@ INSERT INTO t1 SELECT * FROM t2 LIMIT 1;
...
@@ -271,7 +271,7 @@ INSERT INTO t1 SELECT * FROM t2 LIMIT 1;
DROP TABLE t1,t2;
DROP TABLE t1,t2;
"Should NOT have any warning message issued in the following func7() and trig"
"Should NOT have any warning message issued in the following func7() and trig"
CREATE TABLE t1 (a INT);
CREATE TABLE t1 (a INT);
CREATE TABLE t2 (a
CHAR(40)
);
CREATE TABLE t2 (a
TEXT
);
CREATE TABLE trigger_table (a CHAR(7));
CREATE TABLE trigger_table (a CHAR(7));
CREATE FUNCTION func7()
CREATE FUNCTION func7()
RETURNS INT
RETURNS INT
...
...
mysql-test/suite/binlog/t/binlog_unsafe.test
View file @
c1fce59c
...
@@ -329,7 +329,7 @@ DROP TABLE t1,t2;
...
@@ -329,7 +329,7 @@ DROP TABLE t1,t2;
--
echo
"Should NOT have any warning message issued in the following func7() and trig"
--
echo
"Should NOT have any warning message issued in the following func7() and trig"
CREATE
TABLE
t1
(
a
INT
);
CREATE
TABLE
t1
(
a
INT
);
CREATE
TABLE
t2
(
a
CHAR
(
40
)
);
CREATE
TABLE
t2
(
a
TEXT
);
CREATE
TABLE
trigger_table
(
a
CHAR
(
7
));
CREATE
TABLE
trigger_table
(
a
CHAR
(
7
));
DELIMITER
|
;
DELIMITER
|
;
CREATE
FUNCTION
func7
()
CREATE
FUNCTION
func7
()
...
...
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