Below is the list of changes that have just been committed into a local
5.1 repository of mikron. When mikron 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.1861 05/07/14 14:43:54 mronstrom@stripped +1 -0
Missing commas
sql/mysqld.cc
1.469 05/07/14 14:43:36 mronstrom@stripped +2 -2
Missing commas
# 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: mronstrom
# Host: c-210ae253.1238-1-64736c10.cust.bredbandsbolaget.se
# Root: /Users/mikron/wl1354
--- 1.468/sql/mysqld.cc 2005-07-14 00:30:55 +02:00
+++ 1.469/sql/mysqld.cc 2005-07-14 14:43:36 +02:00
@@ -4804,12 +4804,12 @@
(gptr*) &global_system_variables.ndb_autoincrement_prefetch_sz,
0, GET_ULONG, REQUIRED_ARG, 32, 1, 256, 0, 0, 0},
{"ndb-use-linear-hash", OPT_NDB_LINEAR_HASH,
- "Flag to indicate whether to use linear hash for default in new tables"
+ "Flag to indicate whether to use linear hash for default in new tables",
(gptr*) &opt_ndb_linear_hash,
(gptr*) &opt_ndb_linear_hash,
0, GET_BOOL, OPT_ARG, 1, 0, 0, 0, 0, 0},
{"ndb_use_linear_hash", OPT_NDB_LINEAR_HASH,
- "Flag to indicate whether to use linear hash for default in new tables"
+ "Flag to indicate whether to use linear hash for default in new tables",
(gptr*) &opt_ndb_linear_hash,
(gptr*) &opt_ndb_linear_hash,
0, GET_BOOL, OPT_ARG, 1, 0, 0, 0, 0, 0},
| Thread |
|---|
| • bk commit into 5.1 tree (mronstrom:1.1861) | mikael | 15 Jul |