diff options
author | Georgi Kodinov <georgi.kodinov@oracle.com> | 2013-06-26 12:19:02 +0300 |
---|---|---|
committer | Georgi Kodinov <georgi.kodinov@oracle.com> | 2013-06-26 12:19:02 +0300 |
commit | 8d87015412d574566107ecb3c8d875e11d6bbb81 (patch) | |
tree | 808f0571d9278718300cd1d54e8428b318c0b717 /mysql-test/r | |
parent | 26d14295a1e3ae5039dbcb435bb1740d25bd24b5 (diff) | |
download | mariadb-git-8d87015412d574566107ecb3c8d875e11d6bbb81.tar.gz |
Bug #16996656: UNIQUE OPTION PREFIXES NOT DEPRECATED IN 5.5+
Backported the deprecation warnings from WL#6978 to 5.5
Diffstat (limited to 'mysql-test/r')
-rw-r--r-- | mysql-test/r/mysqldump.result | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/r/mysqldump.result b/mysql-test/r/mysqldump.result index 96ab16f113f..a31516d10d2 100644 --- a/mysql-test/r/mysqldump.result +++ b/mysql-test/r/mysqldump.result @@ -5111,7 +5111,7 @@ CREATE TABLE b12809202_db.t1 (c1 INT); CREATE TABLE b12809202_db.t2 (c1 INT); INSERT INTO b12809202_db.t1 VALUES (1), (2), (3); INSERT INTO b12809202_db.t2 VALUES (1), (2), (3); -# Starting mysqldump with --single-transaction & --flush-log options.. +# Starting mysqldump with --single-transaction & --flush-logs options.. # Note : In the following dump the transaction # should start only after the logs are # flushed, as 'flush logs' causes implicit |