summaryrefslogtreecommitdiff
path: root/mysql-test/r/backup.result
diff options
context:
space:
mode:
authorunknown <brian@zim.(none)>2006-08-15 01:20:34 -0700
committerunknown <brian@zim.(none)>2006-08-15 01:20:34 -0700
commit14bd339ee05203f7330c29fcca6762ad1c06c111 (patch)
tree6c55b53ea1e20a73d59d4ebb63fb313c6c501ed3 /mysql-test/r/backup.result
parent882b770734c08e0e1ba1017a77bc053a481d9bec (diff)
downloadmariadb-git-14bd339ee05203f7330c29fcca6762ad1c06c111.tar.gz
Period removal for warning message.
mysql-test/r/backup.result: With or without a period?
Diffstat (limited to 'mysql-test/r/backup.result')
-rw-r--r--mysql-test/r/backup.result4
1 files changed, 2 insertions, 2 deletions
diff --git a/mysql-test/r/backup.result b/mysql-test/r/backup.result
index b09ce39735d..b299940e332 100644
--- a/mysql-test/r/backup.result
+++ b/mysql-test/r/backup.result
@@ -108,13 +108,13 @@ BACKUP TABLE `t+1` TO '../tmp';
Table Op Msg_type Msg_text
test.t+1 backup status OK
Warnings:
-Warning 1541 The syntax 'BACKUP TABLE' is deprecated and will be removed in MySQL 5.2. Please use MySQL Administrator (mysqldump, mysql) instead.
+Warning 1541 The syntax 'BACKUP TABLE' is deprecated and will be removed in MySQL 5.2. Please use MySQL Administrator (mysqldump, mysql) instead
DROP TABLE `t+1`;
RESTORE TABLE `t+1` FROM '../tmp';
Table Op Msg_type Msg_text
test.t+1 restore status OK
Warnings:
-Warning 1541 The syntax 'RESTORE TABLE' is deprecated and will be removed in MySQL 5.2. Please use MySQL Administrator (mysqldump, mysql) instead.
+Warning 1541 The syntax 'RESTORE TABLE' is deprecated and will be removed in MySQL 5.2. Please use MySQL Administrator (mysqldump, mysql) instead
SELECT * FROM `t+1`;
c1
1