1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00

Fixes to tests and test results.

This commit is contained in:
mats@kindahl-laptop.dnsalias.net
2007-06-19 11:09:22 +02:00
parent 6a51e0f8a2
commit 1447f6318f
7 changed files with 16 additions and 12 deletions

View File

@@ -5,9 +5,9 @@ CREATE TABLE t3 (b INT AUTO_INCREMENT PRIMARY KEY);
CREATE VIEW v1(a,b) AS SELECT a,b FROM t2,t3;
INSERT INTO t1 SELECT UUID();
Warnings:
Warning 1588 Statement is not safe to log in statement format.
Warning 1589 Statement is not safe to log in statement format.
SHOW WARNINGS;
Level Warning
Code 1588
Code 1589
Message Statement is not safe to log in statement format.
DROP TABLE t1,t2,t3;