List:Commits« Previous MessageNext Message »
From:Hema Sridharan Date:August 19 2008 8:54pm
Subject:bzr commit into mysql-6.0-backup branch (hema:2685) WL#4227
View as plain text  
#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();

Thread
bzr commit into mysql-6.0-backup branch (hema:2685) WL#4227Hema Sridharan19 Aug
  • RE: bzr commit into mysql-6.0-backup branch (hema:2685) WL#4227Chuck Bell25 Aug
    • RE: bzr commit into mysql-6.0-backup branch (hema:2685) WL#4227Hema Sridharan17 Sep
  • RE: WL#4227 patchHema Sridharan26 Sep
    • RE: bzr commit into mysql-6.0-backup branch (hema:2685) WL#4227Chuck Bell26 Sep
RE: bzr commit into mysql-6.0-backup branch (hema:2685) WL#4227Chuck Bell6 Oct