List:Commits« Previous MessageNext Message »
From:cbell Date:June 26 2007 2:32pm
Subject:bk commit into 5.2 tree (cbell:1.2523)
View as plain text  
Below is the list of changes that have just been committed into a local
5.2 repository of cbell. When cbell does a push these changes will
be propagated to the main repository and, within 24 hours after the
push, to the public repository.
For information on how to access the public repository
see http://dev.mysql.com/doc/mysql/en/installing-source-tree.html

ChangeSet@stripped, 2007-06-26 10:32:30-04:00, cbell@mysql_cab_desk. +1 -0
  WL#3762 : Online Backup: SQL Interface
  
  This patch corrects a problem encountered during pushbuild. The sp-code
  test relies on the index of the SQLCOM_* enums for its output. This
  requires that any new SQLCOM_* enums be added to the end of the list so
  as to not change the outcome of tests like sp-code.

  sql/sql_lex.h@stripped, 2007-06-26 10:32:26-04:00, cbell@mysql_cab_desk. +2 -2
    WL#3762 : Online Backup: SQL Interface
    
    This patch corrects a problem encountered during pushbuild. The sp-code
    test relies on the index of the SQLCOM_* enums for its output. This
    requires that any new SQLCOM_* enums be added to the end of the list so
    as to not change the outcome of tests like sp-code.

# This is a BitKeeper patch.  What follows are the unified diffs for the
# set of deltas contained in the patch.  The rest of the patch, the part
# that BitKeeper cares about, is below these diffs.
# User:	cbell
# Host:	mysql_cab_desk.
# Root:	C:/source/c++/mysql-5.2_WL_3762

--- 1.284/sql/sql_lex.h	2007-06-26 10:32:39 -04:00
+++ 1.285/sql/sql_lex.h	2007-06-26 10:32:39 -04:00
@@ -85,7 +85,7 @@
   SQLCOM_COMMIT, SQLCOM_SAVEPOINT, SQLCOM_RELEASE_SAVEPOINT,
   SQLCOM_SLAVE_START, SQLCOM_SLAVE_STOP,
   SQLCOM_BEGIN, SQLCOM_CHANGE_MASTER,
-  SQLCOM_RENAME_TABLE, SQLCOM_BACKUP, SQLCOM_RESTORE,
+  SQLCOM_RENAME_TABLE,  
   SQLCOM_RESET, SQLCOM_PURGE, SQLCOM_PURGE_BEFORE, SQLCOM_SHOW_BINLOGS,
   SQLCOM_SHOW_OPEN_TABLES,
   SQLCOM_HA_OPEN, SQLCOM_HA_CLOSE, SQLCOM_HA_READ,
@@ -114,7 +114,7 @@
   SQLCOM_CREATE_EVENT, SQLCOM_ALTER_EVENT, SQLCOM_DROP_EVENT,
   SQLCOM_SHOW_CREATE_EVENT, SQLCOM_SHOW_EVENTS, 
   SQLCOM_SHOW_ARCHIVE,
-
+  SQLCOM_BACKUP, SQLCOM_RESTORE,
   /* This should be the last !!! */
 
   SQLCOM_END

Thread
bk commit into 5.2 tree (cbell:1.2523)cbell26 Jun
  • Re: bk commit into 5.2 tree (cbell:1.2523)Rafal Somla26 Jun