List:Commits« Previous MessageNext Message »
From:jonas Date:February 6 2006 9:52pm
Subject:bk commit into 5.1 tree (jonas:1.2073)
View as plain text  
Below is the list of changes that have just been committed into a local
5.1 repository of jonas. When jonas 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
  1.2073 06/02/06 21:52:27 jonas@stripped +1 -0
  merge

  sql/sql_yacc.yy
    1.452 06/02/06 21:52:23 jonas@stripped +4 -4
    merge

# 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:	jonas
# Host:	perch.ndb.mysql.com
# Root:	/home/jonas/src/mysql-5.1-new

--- 1.451/sql/sql_yacc.yy	2006-02-06 13:18:27 +01:00
+++ 1.452/sql/sql_yacc.yy	2006-02-06 21:52:23 +01:00
@@ -3215,7 +3215,7 @@
             LEX *lex= Lex;
             if (lex->alter_tablespace_info->nodegroup_id != UNDEF_NODEGROUP)
             {
-              my_error(ER_TABLESPACE_OPTION_ONLY_ONCE,MYF(0),"NODEGROUP");
+              my_error(ER_FILEGROUP_OPTION_ONLY_ONCE,MYF(0),"NODEGROUP");
               YYABORT;
             }
             lex->alter_tablespace_info->nodegroup_id= $3;
@@ -3227,7 +3227,7 @@
             LEX *lex= Lex;
             if (lex->alter_tablespace_info->ts_comment != NULL)
             {
-              my_error(ER_TABLESPACE_OPTION_ONLY_ONCE,MYF(0),"COMMENT");
+              my_error(ER_FILEGROUP_OPTION_ONLY_ONCE,MYF(0),"COMMENT");
               YYABORT;
             }
             lex->alter_tablespace_info->ts_comment= $3.str;
@@ -3239,7 +3239,7 @@
             LEX *lex= Lex;
             if (lex->alter_tablespace_info->storage_engine != DB_TYPE_UNKNOWN)
             {
-              my_error(ER_TABLESPACE_OPTION_ONLY_ONCE,MYF(0),
+              my_error(ER_FILEGROUP_OPTION_ONLY_ONCE,MYF(0),
                        "STORAGE ENGINE");
               YYABORT;
             }
@@ -3262,7 +3262,7 @@
             LEX *lex= Lex;
             if (!(lex->alter_tablespace_info->wait_until_completed))
             {
-              my_error(ER_TABLESPACE_OPTION_ONLY_ONCE,MYF(0),"NO_WAIT");
+              my_error(ER_FILEGROUP_OPTION_ONLY_ONCE,MYF(0),"NO_WAIT");
               YYABORT;
             }
             lex->alter_tablespace_info->wait_until_completed= FALSE;
Thread
bk commit into 5.1 tree (jonas:1.2073)jonas6 Feb