List:Commits« Previous MessageNext Message »
From:msvensson Date:November 30 2006 8:13am
Subject:bk commit into 5.1 tree (msvensson:1.2395)
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@stripped, 2006-11-30 09:13:09+01:00, msvensson@neptunus.(none) +1 -0
  check_db_name know takes LEX_STRING*

  sql/sql_parse.cc@stripped, 2006-11-30 09:13:05+01:00, msvensson@neptunus.(none) +1 -1
    check_db_name know takes LEX_STRING*

# 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-maint

--- 1.604/sql/sql_parse.cc	2006-11-30 09:13:16 +01:00
+++ 1.605/sql/sql_parse.cc	2006-11-30 09:13:16 +01:00
@@ -4435,7 +4435,7 @@ end_with_restore_list:
       Verify that the database name is allowed, optionally
       lowercase it.
     */
-    if (check_db_name(lex->sphead->m_db.str))
+    if (check_db_name(&lex->sphead->m_db))
     {
       my_error(ER_WRONG_DB_NAME, MYF(0), lex->sphead->m_db.str);
       delete lex->sphead;
Thread
bk commit into 5.1 tree (msvensson:1.2395)msvensson30 Nov