Below is the list of changes that have just been committed into a local
5.1-falcon repository of jas. When jas 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, 2007-04-12 16:44:29-04:00, jas@stripped +1 -0
Change the crash point for plugins from 16 to 32 to
get working again. The module sql_plugin.cc is
moby broken.
sql/sql_plugin.cc@stripped, 2007-04-12 16:44:26-04:00, jas@stripped +1 -1
Change the crash point for plugins from 16 to 32 to
get working again. The module sql_plugin.cc is
moby broken.
# 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: jas
# Host: fluffy.netfrastructure.com
# Root: /home/mysql/mysql-5.1-falcon
--- 1.46/sql/sql_plugin.cc 2007-04-12 16:44:35 -04:00
+++ 1.47/sql/sql_plugin.cc 2007-04-12 16:44:35 -04:00
@@ -663,7 +663,7 @@
if (my_init_dynamic_array(&plugin_dl_array,
sizeof(struct st_plugin_dl),16,16) ||
my_init_dynamic_array(&plugin_array,
- sizeof(struct st_plugin_int),16,16))
+ sizeof(struct st_plugin_int),32,32))
goto err;
for (i= 0; i < MYSQL_MAX_PLUGIN_TYPE_NUM; i++)
| Thread |
|---|
| • bk commit into 5.1-falcon tree (jas:1.2589) | Jim Starkey | 12 Apr |