1
0
mirror of https://github.com/MariaDB/server.git synced 2025-09-02 09:41:40 +03:00

next-mr -> next-4284 merge.

After merge fixes.
Adjust replication test cases.
This commit is contained in:
Konstantin Osipov
2010-02-05 20:04:38 +03:00
parent ce0f429918
commit 4e95b60b27
5 changed files with 55 additions and 6 deletions

View File

@@ -17,6 +17,8 @@ INSERT INTO test.t1 VALUES(2,'test');
UPDATE test.t1 SET blob_column=LOAD_FILE('../../std_data/words2.dat') WHERE a=2;
end|
CALL test.p1();
Warnings:
Note 1592 Unsafe statement binlogged in statement format since BINLOG_FORMAT = STATEMENT. Reason for unsafeness: Statement uses a system function whose value may differ on slave.
SELECT * FROM test.t1 ORDER BY blob_column;
a blob_column
1 abase