Loading Docs/manual.texi +22 −22 Original line number Diff line number Diff line Loading @@ -48230,7 +48230,7 @@ Our TODO section contains what we plan to have in 4.0. @xref{TODO MySQL 4.0}. @itemize @bullet @item Made same changes in multi table updates as in multi table delete Made same changes in multi table updates as in multi table delete. @item Fixed bug in multi table delete. @item Loading @@ -48243,7 +48243,7 @@ Fixed bug with empty expression for boolean fulltext search. @item Fixed core dump bug in updating fulltext key from/to @code{NULL}. @item ODBC compatibility: Added @code{BIT_LENGTH()} ODBC compatibility: Added @code{BIT_LENGTH()}. @item Fixed core dump bug in @code{GROUP BY BINARY column}. @item Loading @@ -48262,7 +48262,7 @@ For more information, read @ref{Cast Functions}. @code{CREATE ... SELECT} on @code{DATE} and @code{TIME} functions now create columns of the expected type. @item Changed order of how keys are created in tables. Changed order in which keys are created in tables. @item Added a new columns @code{Null} and @code{Index_type} to @code{SHOW INDEX}. @end itemize Loading @@ -48277,17 +48277,17 @@ Fixed bug when @code{HANDLER} was used with some unsupported table type. @code{mysqldump} now puts @code{ALTER TABLE table_name DISABLE KEYS} and @code{ALTER TABLE table_name DISABLE KEYS} in the sql dump. @item Added @code{mysql_fix_extensions} script Added @code{mysql_fix_extensions} script. @item Fixed stack overrun problem @code{LOAD DATA FROM MASTER} on OSF1. @item Fixed shutdown problem on HPUX. Fixed shutdown problem on HP-UX. @item Added functions @code{des_encrypt()} and @code{des_decrypt()}. @item Added statement @code{FLUSH DES_KEY_FILE}. @item Added mysqld option @code{--des-key-file}. Added @code{mysqld} option @code{--des-key-file}. @item @code{HEX(string)} now returns the characters in string converted to hexadecimal. Loading @@ -48299,7 +48299,7 @@ Changed @code{SELECT ... IN SHARE MODE} to @item A new query cache to cache results from identical @code{SELECT} queries. @item Fixed core dump bug on 64 bit machines when it got a wrong communication Fixed core dump bug on 64-bit machines when it got an incorrect communication packet. @item @code{MATCH ... AGAINST(... IN BOOLEAN MODE)} can now work Loading @@ -48317,7 +48317,7 @@ of @code{FULLTEXT} indexes. Fixed bug in @code{DELETE ... WHERE ... MATCH ...}. @item Added support for @code{MATCH ... AGAINST(... IN BOOLEAN MODE)}. @strong{Note: you have to rebuild your tables with @strong{Note: you must rebuild your tables with @code{ALTER TABLE tablename TYPE=MyISAM} to be able to use boolean fulltext search}. @item Loading @@ -48338,7 +48338,7 @@ Added boolean fulltext search code. It should be considered early alpha. Extended @code{MODIFY} and @code{CHANGE} in @code{ALTER TABLE} to accept the @code{AFTER} keyword. @item Index are now used with @code{ORDER BY} on a whole @code{InnoDB} table. Indexes are now used with @code{ORDER BY} on a whole @code{InnoDB} table. @end itemize @node News-4.0.0, , News-4.0.1, News-4.0.x Loading Loading @@ -48393,28 +48393,28 @@ Speed up all internal list handling. @item Speed up @code{IS NULL}, @code{ISNULL()} and some other internal primitives. @item Creating full text indexes are now much faster. Full text index creation now is much faster. @item Tree-like cache to speed up bulk inserts and @code{myisam_bulk_insert_tree_size} variable. @item Searching on packed (@code{CHAR}/@code{VARCHAR}) keys are now much faster. Searching on packed (@code{CHAR}/@code{VARCHAR}) keys is now much faster. @item Optimised queries of type: @code{SELECT DISTINCT * from table_name ORDER by key_part1 LIMIT #} @code{SELECT DISTINCT * from table_name ORDER by key_part1 LIMIT #}. @item @code{SHOW CREATE TABLE} now shows all table attributes. @item @code{ORDER BY ... DESC} can now use keys. @item @code{LOAD DATA FROM MASTER} "auto-magically" sets up a slave. @code{LOAD DATA FROM MASTER} ``auto-magically'' sets up a slave. @item Renamed @code{safe_mysqld} to @code{mysqld_safe}. @item Added support for symbolic links to @code{MyISAM} tables. Symlink handling is now enabled by default for Windows. @item @code{LOAD DATA FROM MASTER} "auto-magically" sets up a slave. @code{LOAD DATA FROM MASTER} ``auto-magically'' sets up a slave. @item Added @code{SQL_CALC_FOUND_ROWS} and @code{FOUND_ROWS()}. This makes it possible to know how many rows a query would have returned Loading @@ -48433,15 +48433,15 @@ Added @code{ORDER BY} syntax to @code{UPDATE} and @code{DELETE}. Added @code{ALTER TABLE table_name DISABLE KEYS} and @code{ALTER TABLE table_name ENABLE KEYS} commands. @item Allow one to use @code{IN} instead of @code{FROM} in @code{SHOW} commands. Allow use of @code{IN} as a synonym for @code{FROM} in @code{SHOW} commands. @item Implemented ``repair by sort'' for @code{FULLTEXT} indexes. @code{REPAIR TABLE}, @code{ALTER TABLE}, and @code{OPTIMIZE TABLE} for tables with @code{FULLTEXT} indexes are now up to 100 times faster. @item Allow ANSI SQL syntax @code{X'hexadecimal-number'} Allow ANSI SQL syntax @code{X'hexadecimal-number'}. @item Cleaned up global lock handling for @code{FLUSH TABLES WITH READ LOCK} Cleaned up global lock handling for @code{FLUSH TABLES WITH READ LOCK}. @item Fixed problem with @code{DATETIME = constant} in @code{WHERE} optimisation. @item Loading Loading @@ -48557,13 +48557,13 @@ Restrict InnoDB keys to 500 bytes. @item InnoDB now supports @code{NULL} in keys. @item Fixed shutdown problem on HPUX. (Introduced in 3.23.46) Fixed shutdown problem on HP-UX. (Introduced in 3.23.46) @item Fixed core-dump bug in replication when using SELECT RELEASE_LOCK(); Fixed core-dump bug in replication when using @code{SELECT RELEASE_LOCK()}. @item Added new command: @code{DO expression,[expression]} @item Added @code{slave-skip-errors} option Added @code{slave-skip-errors} option. @item Added statistics variables for all MySQL commands. (@code{SHOW STATUS} is now much longer). Loading @@ -48574,7 +48574,7 @@ Fixed that @code{GROUP BY expr DESC} works. @item Fixed bug when using @code{t1 LEFT JOIN t2 ON t2.key=constant}. @item @code{mysql_config} now also work with binary (relocated) distributions. @code{mysql_config} now also works with binary (relocated) distributions. @end itemize @node News-3.23.46, News-3.23.45, News-3.23.47, News-3.23.x Loading
Docs/manual.texi +22 −22 Original line number Diff line number Diff line Loading @@ -48230,7 +48230,7 @@ Our TODO section contains what we plan to have in 4.0. @xref{TODO MySQL 4.0}. @itemize @bullet @item Made same changes in multi table updates as in multi table delete Made same changes in multi table updates as in multi table delete. @item Fixed bug in multi table delete. @item Loading @@ -48243,7 +48243,7 @@ Fixed bug with empty expression for boolean fulltext search. @item Fixed core dump bug in updating fulltext key from/to @code{NULL}. @item ODBC compatibility: Added @code{BIT_LENGTH()} ODBC compatibility: Added @code{BIT_LENGTH()}. @item Fixed core dump bug in @code{GROUP BY BINARY column}. @item Loading @@ -48262,7 +48262,7 @@ For more information, read @ref{Cast Functions}. @code{CREATE ... SELECT} on @code{DATE} and @code{TIME} functions now create columns of the expected type. @item Changed order of how keys are created in tables. Changed order in which keys are created in tables. @item Added a new columns @code{Null} and @code{Index_type} to @code{SHOW INDEX}. @end itemize Loading @@ -48277,17 +48277,17 @@ Fixed bug when @code{HANDLER} was used with some unsupported table type. @code{mysqldump} now puts @code{ALTER TABLE table_name DISABLE KEYS} and @code{ALTER TABLE table_name DISABLE KEYS} in the sql dump. @item Added @code{mysql_fix_extensions} script Added @code{mysql_fix_extensions} script. @item Fixed stack overrun problem @code{LOAD DATA FROM MASTER} on OSF1. @item Fixed shutdown problem on HPUX. Fixed shutdown problem on HP-UX. @item Added functions @code{des_encrypt()} and @code{des_decrypt()}. @item Added statement @code{FLUSH DES_KEY_FILE}. @item Added mysqld option @code{--des-key-file}. Added @code{mysqld} option @code{--des-key-file}. @item @code{HEX(string)} now returns the characters in string converted to hexadecimal. Loading @@ -48299,7 +48299,7 @@ Changed @code{SELECT ... IN SHARE MODE} to @item A new query cache to cache results from identical @code{SELECT} queries. @item Fixed core dump bug on 64 bit machines when it got a wrong communication Fixed core dump bug on 64-bit machines when it got an incorrect communication packet. @item @code{MATCH ... AGAINST(... IN BOOLEAN MODE)} can now work Loading @@ -48317,7 +48317,7 @@ of @code{FULLTEXT} indexes. Fixed bug in @code{DELETE ... WHERE ... MATCH ...}. @item Added support for @code{MATCH ... AGAINST(... IN BOOLEAN MODE)}. @strong{Note: you have to rebuild your tables with @strong{Note: you must rebuild your tables with @code{ALTER TABLE tablename TYPE=MyISAM} to be able to use boolean fulltext search}. @item Loading @@ -48338,7 +48338,7 @@ Added boolean fulltext search code. It should be considered early alpha. Extended @code{MODIFY} and @code{CHANGE} in @code{ALTER TABLE} to accept the @code{AFTER} keyword. @item Index are now used with @code{ORDER BY} on a whole @code{InnoDB} table. Indexes are now used with @code{ORDER BY} on a whole @code{InnoDB} table. @end itemize @node News-4.0.0, , News-4.0.1, News-4.0.x Loading Loading @@ -48393,28 +48393,28 @@ Speed up all internal list handling. @item Speed up @code{IS NULL}, @code{ISNULL()} and some other internal primitives. @item Creating full text indexes are now much faster. Full text index creation now is much faster. @item Tree-like cache to speed up bulk inserts and @code{myisam_bulk_insert_tree_size} variable. @item Searching on packed (@code{CHAR}/@code{VARCHAR}) keys are now much faster. Searching on packed (@code{CHAR}/@code{VARCHAR}) keys is now much faster. @item Optimised queries of type: @code{SELECT DISTINCT * from table_name ORDER by key_part1 LIMIT #} @code{SELECT DISTINCT * from table_name ORDER by key_part1 LIMIT #}. @item @code{SHOW CREATE TABLE} now shows all table attributes. @item @code{ORDER BY ... DESC} can now use keys. @item @code{LOAD DATA FROM MASTER} "auto-magically" sets up a slave. @code{LOAD DATA FROM MASTER} ``auto-magically'' sets up a slave. @item Renamed @code{safe_mysqld} to @code{mysqld_safe}. @item Added support for symbolic links to @code{MyISAM} tables. Symlink handling is now enabled by default for Windows. @item @code{LOAD DATA FROM MASTER} "auto-magically" sets up a slave. @code{LOAD DATA FROM MASTER} ``auto-magically'' sets up a slave. @item Added @code{SQL_CALC_FOUND_ROWS} and @code{FOUND_ROWS()}. This makes it possible to know how many rows a query would have returned Loading @@ -48433,15 +48433,15 @@ Added @code{ORDER BY} syntax to @code{UPDATE} and @code{DELETE}. Added @code{ALTER TABLE table_name DISABLE KEYS} and @code{ALTER TABLE table_name ENABLE KEYS} commands. @item Allow one to use @code{IN} instead of @code{FROM} in @code{SHOW} commands. Allow use of @code{IN} as a synonym for @code{FROM} in @code{SHOW} commands. @item Implemented ``repair by sort'' for @code{FULLTEXT} indexes. @code{REPAIR TABLE}, @code{ALTER TABLE}, and @code{OPTIMIZE TABLE} for tables with @code{FULLTEXT} indexes are now up to 100 times faster. @item Allow ANSI SQL syntax @code{X'hexadecimal-number'} Allow ANSI SQL syntax @code{X'hexadecimal-number'}. @item Cleaned up global lock handling for @code{FLUSH TABLES WITH READ LOCK} Cleaned up global lock handling for @code{FLUSH TABLES WITH READ LOCK}. @item Fixed problem with @code{DATETIME = constant} in @code{WHERE} optimisation. @item Loading Loading @@ -48557,13 +48557,13 @@ Restrict InnoDB keys to 500 bytes. @item InnoDB now supports @code{NULL} in keys. @item Fixed shutdown problem on HPUX. (Introduced in 3.23.46) Fixed shutdown problem on HP-UX. (Introduced in 3.23.46) @item Fixed core-dump bug in replication when using SELECT RELEASE_LOCK(); Fixed core-dump bug in replication when using @code{SELECT RELEASE_LOCK()}. @item Added new command: @code{DO expression,[expression]} @item Added @code{slave-skip-errors} option Added @code{slave-skip-errors} option. @item Added statistics variables for all MySQL commands. (@code{SHOW STATUS} is now much longer). Loading @@ -48574,7 +48574,7 @@ Fixed that @code{GROUP BY expr DESC} works. @item Fixed bug when using @code{t1 LEFT JOIN t2 ON t2.key=constant}. @item @code{mysql_config} now also work with binary (relocated) distributions. @code{mysql_config} now also works with binary (relocated) distributions. @end itemize @node News-3.23.46, News-3.23.45, News-3.23.47, News-3.23.x