#At file:///data0/wl4227/mysql-6.0-backup/
2685 Hema Sridharan 2008-08-19
WL#4227
modified:
mysql-test/suite/backup/t/backup_functions.test
=== modified file 'mysql-test/suite/backup/t/backup_functions.test'
--- a/mysql-test/suite/backup/t/backup_functions.test 2008-08-19 19:30:57 +0000
+++ b/mysql-test/suite/backup/t/backup_functions.test 2008-08-19 20:54:26 +0000
@@ -159,7 +159,6 @@ DROP DATABASE bup_sfs;
RESTORE FROM 'bup_sfs.bak';
SELECT @@SQL_MODE;
-#show data and create statements
describe penalties;
describe matches;
--replace_column 4 # 5 # 6 # 9 # 10 # 11 #
@@ -212,7 +211,7 @@ SELECT @@SQL_MODE;
--replace_column 4 # 5 # 6 # 9 # 10 # 11 #
--query_vertical SHOW FUNCTION STATUS;
-#Again calling function to check if they are restored proeprly or not.
+#Again calling function to check if they are restored properly or not.
SELECT square_area(14);
SELECT number_of_players();
@@ -234,7 +233,7 @@ describe matches;
--replace_column 4 # 5 # 6 # 9 # 10 # 11 #
--query_vertical SHOW FUNCTION STATUS;
-#Again calling function to check if they are restored proeprly or not.
+#Again calling function to check if they are restored properly or not.
SELECT square_area(20);
SELECT number_of_players();