database.mysql.inc

Version 1.66.2.4 (checked in on 2009/07/10 at 06:09:38 by drumm)

Database interface code for MySQL database servers.

File Changes Causing Problems in Early MySQL Versions

Mr. Sharkey - Wed, 2009-09-23 20:09

Apparently the inclusion of the code:

Engine=HEAP SELECT

in this file is causing search to fail in MySQL version 3.23.58. See inquiry in forum, http://drupal.org/node/585276 for further details.

Additional Information

Mr. Sharkey - Wed, 2009-09-23 22:55

Apparently, "Engine=HEAP" is not supported in versions of MySQL prior to 4.1.

Changing the code on line 363 to read "TYPE=HEAP" has corrected the problem and my search is wokring again.

Hopefully, this issue will be brought to the attention of the developers before the next update release...

Login or register to post comments
 
 

All source code and documentation on this site is released under the terms of the GNU General Public License, version 2 and later. Drupal is a registered trademark of Dries Buytaert.