Just my personal life online !
Change MySQL Join table limit
MySQL uses bits when optimizing join conditions; By default MySQL uses an ulong for this, which limits the number of tables to 32 on 32 bit system. To increase this, you can change in sql/mysql_priv.h: typedef ulong table_map to typedef ulonglong table_map and recompile.
Print article | This entry was posted by admin on September 13, 2010 at 12:12 pm, and is filed under Uncategorized. Follow any responses to this post through RSS 2.0. You can leave a response or trackback from your own site. |