List:Commits« Previous MessageNext Message »
From:msvensson Date:May 10 2006 3:54pm
Subject:bk commit into 5.1 tree (msvensson:1.2376)
View as plain text  
Below is the list of changes that have just been committed into a local
5.1 repository of msvensson. When msvensson 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.2376 06/05/10 15:54:51 msvensson@neptunus.(none) +1 -0
  Merge 5.0 to 5.1

  sql/sql_show.cc
    1.333 06/05/10 15:54:46 msvensson@neptunus.(none) +3 -0
    Add the variable "limited_mysql_mode" to function 'store_create_info'

# 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:	msvensson
# Host:	neptunus.(none)
# Root:	/home/msvensson/mysql/mysql-5.1

--- 1.332/sql/sql_show.cc	2006-05-10 15:47:14 +02:00
+++ 1.333/sql/sql_show.cc	2006-05-10 15:54:46 +02:00
@@ -938,6 +938,9 @@
                                                      MODE_DB2 |
                                                      MODE_MAXDB |
                                                      MODE_ANSI)) != 0;
+  bool limited_mysql_mode= (thd->variables.sql_mode & (MODE_NO_FIELD_OPTIONS |
+                                                       MODE_MYSQL323 |
+                                                       MODE_MYSQL40)) != 0;
   DBUG_ENTER("store_create_info");
   DBUG_PRINT("enter",("table: %s", table->s->table_name.str));
 
Thread
bk commit into 5.1 tree (msvensson:1.2376)msvensson10 May