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 | 1827eb8a2a8afd73603dabb442e7375774578da0 (patch) | |
tree | 808f0571d9278718300cd1d54e8428b318c0b717 /mysql-test/r/mysqldump.result | |
parent | 45a3854af72472bc403326470371d413d7e0031c (diff) | |
download | mariadb-git-1827eb8a2a8afd73603dabb442e7375774578da0.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/mysqldump.result')
-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 |