Below is the list of changes that have just been committed into a local
5.1 repository of antony. When antony 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.2193 06/06/13 13:00:06 acurtis@stripped +1 -0
Bug#20168
"--default-storage-engine=XXX" doesn't work
typo in the code and forgotten changes
sql/mysqld.cc
1.553 06/06/13 13:00:01 acurtis@stripped +3 -2
Bug#20168
typo and forgotten changes
# 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: acurtis
# Host: ltamd64.xiphis.org
# Root: /home/antony/work2/p2-bug20168.2
--- 1.552/sql/mysqld.cc 2006-06-06 04:21:02 -07:00
+++ 1.553/sql/mysqld.cc 2006-06-13 13:00:01 -07:00
@@ -4983,11 +4983,12 @@ Disable with --skip-bdb (will save memor
(gptr*) &default_collation_name, (gptr*) &default_collation_name,
0, GET_STR, REQUIRED_ARG, 0, 0, 0, 0, 0, 0 },
{"default-storage-engine", OPT_STORAGE_ENGINE,
- "Set the default storage engine (table type) for tables.", 0, 0,
+ "Set the default storage engine (table type) for tables.",
+ (gptr*)&default_storage_engine_str, (gptr*)&default_storage_engine_str,
0, GET_STR, REQUIRED_ARG, 0, 0, 0, 0, 0, 0},
{"default-table-type", OPT_STORAGE_ENGINE,
"(deprecated) Use --default-storage-engine.",
- (gptr*)default_storage_engine_str, (gptr*)default_storage_engine_str,
+ (gptr*)&default_storage_engine_str, (gptr*)&default_storage_engine_str,
0, GET_STR, REQUIRED_ARG, 0, 0, 0, 0, 0, 0},
{"default-time-zone", OPT_DEFAULT_TIME_ZONE, "Set the default time zone.",
(gptr*) &default_tz_name, (gptr*) &default_tz_name,
| Thread |
|---|
| • bk commit into 5.1 tree (acurtis:1.2193) BUG#20168 | antony | 13 Jun |