Below is the list of changes that have just been committed into a local
5.0 repository of bell. When bell 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.1982 05/09/19 17:57:34 bell@stripped +1 -0
remoived compiler warnings
sql/sql_parse.cc
1.489 05/09/19 17:57:30 bell@stripped +4 -4
remoived compiler warnings
# 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: bell
# Host: sanja.is.com.ua
# Root: /home/bell/mysql/bk/work-mrg-5.0
--- 1.488/sql/sql_parse.cc 2005-09-14 21:44:43 +03:00
+++ 1.489/sql/sql_parse.cc 2005-09-19 17:57:30 +03:00
@@ -4473,10 +4473,10 @@
mysql_bin_log.is_open())
{
String buff;
- LEX_STRING command[3]=
- {{STRING_WITH_LEN("CREATE ")},
- {STRING_WITH_LEN("ALTER ")},
- {STRING_WITH_LEN("CREATE OR REPLACE ")}};
+ const LEX_STRING command[3]=
+ {{(char*)STRING_WITH_LEN("CREATE ")},
+ {(char*)STRING_WITH_LEN("ALTER ")},
+ {(char*)STRING_WITH_LEN("CREATE OR REPLACE ")}};
thd->clear_error();
buff.append(command[thd->lex->create_view_mode].str,
| Thread |
|---|
| • bk commit into 5.0 tree (bell:1.1982) | sanja | 19 Sep |