MySQL 4.0.18 released | Database Journal

MySQL 4.0.18 released

Feb 13, 2004
1 minute read

[From MySQL AB]

The latest production version of MySQL was released on February 12. This release includes added and changed functionality and bug fixes.

C.3.2 Changes in release 4.0.18 (12 Feb 2004)

Functionality added or changed:

  • Fixed processing of LOAD DATA by mysqlbinlog in remote mode. (Bug #1378)
  • New utility program `myisam_ftdump’ was added to binary distributions.
  • mysqlhotcopy now works on NetWare.
  • ENGINE is now a synonym for the TYPE option for CREATE TABLE and ALTER TABLE.
  • lower_case_table_names system variable now can take a value of 2, to store table names in mixed case on case-insensitive filesystems.
  • For replication of HEAP tables: Made the master automatically write a DELETE FROM statement to its binary log when a HEAP table is opened for the first time since master’s startup. This is for the case where the slave has replicated a non-empty HEAP table, then the master is shut down and restarted: the table is now empty on master; the DELETE FROM empties it on slave too. Note that even with this fix, between the master’s restart and the first use of the table on master, the slave still has out-of-date data in the table. But if you use the init-file option to populate the HEAP table on the master at startup, it ensures that the failing time interval is zero. (Bug #2477)

The article continues at

http://www.mysql.com/doc/en/News-4.0.18.html

Database Journal Logo

DatabaseJournal.com publishes relevant, up-to-date and pragmatic articles on the use of database hardware and management tools and serves as a forum for professional knowledge about proprietary, open source and cloud-based databases--foundational technology for all IT systems. We publish insightful articles about new products, best practices and trends; readers help each other out on various database questions and problems. Database management systems (DBMS) and database security processes are also key areas of focus at DatabaseJournal.com.

Property of TechnologyAdvice. © 2026 TechnologyAdvice. All Rights Reserved

Advertiser Disclosure: Some of the products that appear on this site are from companies from which TechnologyAdvice receives compensation. This compensation may impact how and where products appear on this site including, for example, the order in which they appear. TechnologyAdvice does not include all companies or all types of products available in the marketplace.