2744 Magnus Svensson 2008-09-02 [merge]
Merge bug#31315
modified:
scripts/mysql_install_db.sh
2743 Jonas Oreland 2008-09-01
ndb - bug#39075
The "index/add partition" dih-connect ptr was not initialized
correctly
modified:
storage/ndb/src/kernel/blocks/dbdict/Dbdict.cpp
storage/ndb/src/kernel/blocks/dbdih/DbdihMain.cpp
=== modified file 'scripts/mysql_install_db.sh'
--- a/scripts/mysql_install_db.sh 2007-12-13 02:14:28 +0000
+++ b/scripts/mysql_install_db.sh 2008-09-02 08:53:30 +0000
@@ -339,6 +339,7 @@ mysqld_bootstrap="${MYSQLD_BOOTSTRAP-$my
mysqld_install_cmd_line="$mysqld_bootstrap $defaults $mysqld_opt --bootstrap \
--basedir=$basedir --datadir=$ldata --log-warnings=0 --loose-skip-innodb \
--loose-skip-ndbcluster $args --max_allowed_packet=8M \
+ --default-storage-engine=myisam \
--net_buffer_length=16K"
# Create the system and help tables by passing them to "mysqld --bootstrap"
| Thread |
|---|
| • bzr push into mysql-5.1 branch (msvensson:2743 to 2744) Bug#31315 | Magnus Svensson | 3 Sep |