Клубове Дир.бг
powered by diri.bg
търси в Клубове diri.bg Разширено търсене

Вход
Име
Парола

Клубове
Dir.bg
Взаимопомощ
Горещи теми
Компютри и Интернет
Контакти
Култура и изкуство
Мнения
Наука
Политика, Свят
Спорт
Техника
Градове
Религия и мистика
Фен клубове
Хоби, Развлечения
Общества
Я, архивите са живи
Клубове Дирене Регистрация Кой е тук Въпроси Списък Купувам / Продавам 00:37 24.06.24 
Клубове/ Компютри и Интернет / Бази данни Всички теми Следваща тема Пълен преглед*
Информация за клуба
Тема MySQL 4.0.2 пристигна
Автор salle (Един такъв)
Публикувано11.07.02 10:35  



на
Както винаги за съжаление има проблеми с mirror-а и HTML-а закъснява, но на
ftp://mysql.online.bg/MySQL-4.0/ може да се тегли

Ако някой използва 4.0.1 много силно го съветвам да си изтегли 4.0.2. Много неща са преписани основно и като цяло работи много по-стабилно. Има доста изгледи, че 4.0.3 ще излезе като beta

D.1.1 Changes in release 4.0.2

* Fixed bug in innodb_log_group_home_dir in SHOW VARIABLES.
* Fixed a bug in optimiser with merge tables when non-uniques values are used in summing up (causing crashes).
* Fixed a bug in optimiser when a range specified makes index grouping impossible (causing crashes).
* Fixed a rare bug when FULLTEXT index is present and no tables are used.
* Added privileges CREATE TEMPORARY TABLES, LOCK TABLES, REPLICATION CLIENT, REPLICATION SLAVE, SHOW DATABASES and SUPER. To use these, you must have run the mysql_fix_privilege_tables script after upgrading.
* Fixed query cache align data bug.
* Fixed mutex bug in replication when reading from master fails.
* Added missing mutex in TRUNCATE TABLE; This fixes some core dump/hangup problems when using TRUNCATE TABLE.
* Fixed bug in multi-table DELETE when optimiser uses only indices.
* Fixed that ALTER TABLE table_name RENAME new_table_name is as fast as RENAME TABLE.
* Fixed bug in GROUP BY with two or more fields, where at least one field can contain NULL values.
* Use Turbo Boyer-Moore algorithm to speed up LIKE "%keyword%" searches.
* Fixed bug in DROP DATABASE with symlink.
* Fixed crash in REPAIR ... USE_FRM.
* Fixed bug in EXPLAIN with LIMIT offset != 0
* Fixed bug in phrase operator "..." in boolean full-text search.
* Fixed bug that caused duplicated rows when using truncation operator * in boolean full-text search.
* Fixed bug in truncation operator of boolean full-text search (wrong results when there are only +word*s in the query).
* Fixed bug in boolean full-text search that caused a crash when an identical MATCH expression that did not use an index appeared twice.
* Query cache is now automatically disabled in mysqldump.
* Fixed problem on Windows 98 that made sending of results very slow.
* Boolean full-text search weighting scheme changed to something more reasonable.
* Fixed bug in boolean full-text search that caused MySQL to ignore queries of ft_min_word_len characters.
* Boolean full-text search now supports ``phrase searches''.
* New configure option --without-query-cache.
* Memory allocation strategy for ``root memory'' changed. Block size now grows with number of allocated blocks.
* INET_NTOA() now returns NULL if you give it an argument that is too large (greater than the value corresponding to 255.255.255.255).
* Fix SQL_CALC_FOUND_ROWS to work with UNIONs. It will work only if the first SELECT has this option and if there is global LIMIT for the entire statement. For the moment, this requires using parentheses for individual SELECT queries within the statement.
* Fixed bug in SQL_CALC_FOUND_ROWS and LIMIT.
* Don't give an error for CREATE TABLE ...(... VARCHAR(0)).
* Fixed SIGINT and SIGQUIT problems in `mysql.cc' on Linux with some glibc versions.
* Fixed bug in `convert.cc', which is caused by having an incorrect net_store_length() linked in the CONVERT::store() method.
* DOUBLE and FLOAT columns now honor the UNSIGNED flag on storage.
* InnoDB now retains foreign key constraints through ALTER TABLE and CREATE/DROP INDEX.
* InnoDB now allows foreign key constraints to be added through the ALTER TABLE syntax.
* InnoDB tables can now be set to automatically grow in size (autoextend).
* Added --ignore-lines=n option to mysqlimport. This has the same effect as the IGNORE n LINES clause for LOAD DATA.
* Fixed bug in UNION with last offset being transposed to total result set.
* REPAIR ... USE_FRM added.
* Fixed that DEFAULT_SELECT_LIMIT is always imposed on UNION result set.
* Fixed that some SELECT options can appear only in the first SELECT.
* Fixed bug with LIMIT with UNION, where last select is in the braces.
* Fixed that full-text works fine with UNION operations.
* Fixed bug with indexless boolean full-text search.
* Fixed bug that sometimes appeared when full-text search was used with ``const'' tables.
* Fixed incorrect error value when doing a SELECT with an empty HEAP table.
* Use ORDER BY column DESC now sorts NULL values first.
* Fixed bug in WHERE key_name='constant' ORDER BY key_name DESC.
* Fixed bug in SELECT DISTINCT ... ORDER BY DESC optimisation.
* Fixed bug in ... HAVING 'GROUP_FUNCTION'(xxx) IS [NOT] NULL.
* Fixed bug in truncation operator for boolean full-text search.
* Allow value of --user=# option for mysqld to be specified as a numeric user ID.
* Fixed a bug where SQL_CALC_ROWS returned an incorrect value when used with one table and ORDER BY and with InnoDB tables.
* Fixed that SELECT 0 LIMIT 0 doesn't hang thread.
* Fixed some problems with USE/IGNORE INDEX when using many keys with the same start column.
* Don't use table scan with BerkeleyDB and InnoDB tables when we can use an index that covers the whole row.
* Optimised InnoDB sort-buffer handling to take less memory.
* Fixed bug in multi-table DELETE and InnoDB tables.
* Fixed problem with TRUNCATE and InnoDB tables that produced the error Can't execute the given command because you have active locked tables or an active transaction.
* Added NO_UNSIGNED_SUBTRACTION to the set of flags that may be specified with the --sql-mode option for mysqld. It disables unsigned arithmetic rules when it comes to subtraction. (This will make MySQL 4.0 behave more closely to 3.23 with UNSIGNED columns).
* The result returned for all bit functions (|, <<, ...) is now of type unsigned integer.
* Added detection of nan values in MyISAM to make it possible to repair tables with nan in float or double columns.
* Fixed new bug in myisamchk where it didn't correctly update number of ``parts'' in the MyISAM index file.
* Changed to use autoconf 2.52 (from autoconf 2.13).
* Fixed optimisation problem where the MySQL Server was in ``preparing'' state for a long time when selecting from an empty table which had contained a lot of rows.
* Fixed bug in complicated join with const tables. This fix also improves performance a bit when referring to another table from a const table.
* First pre-version of multi-table UPDATE statement.
* Fixed bug in multi-table DELETE.
* Fixed bug in SELECT CONCAT(argument_list) ... GROUP BY 1.
* INSERT ... SELECT did a full rollback in case of an error. Fixed so that we only roll back the last statement in the current transaction.
* Fixed bug with empty expression for boolean full-text search.
* Fixed core dump bug in updating full-text key from/to NULL.
* ODBC compatibility: Added BIT_LENGTH() function.
* Fixed core dump bug in GROUP BY BINARY column.
* Added support for NULL keys in HEAP tables.
* Use index for ORDER BY in queries of type: SELECT * FROM t WHERE key_part1=1 ORDER BY key_part1 DESC,key_part2 DESC
* Fixed bug in FLUSH QUERY CACHE.
* Added CAST() and CONVERT() functions. The CAST and CONVERT functions are nearly identical and mainly useful when you want to create a column with a specific type in a CREATE ... SELECT statement. For more information, read section 6.3.5 Cast Functions.
* CREATE ... SELECT on DATE and TIME functions now create columns of the expected type.
* Changed order in which keys are created in tables.
* Added new columns Null and Index_type to SHOW INDEX output.
* Added --no-beep and --prompt options to mysql command-line client.
* New feature: management of user resources.

GRANT ... WITH MAX_QUERIES_PER_HOUR N1
MAX_UPDATES_PER_HOUR N2
MAX_CONNECTIONS_PER_HOUR N3;

See section 4.3.6 Limiting user resources.
* Added mysql_secure_installation to the `scripts/' directory.



Клуб :  


Clubs.dir.bg е форум за дискусии. Dir.bg не носи отговорност за съдържанието и достоверността на публикуваните в дискусиите материали.

Никаква част от съдържанието на тази страница не може да бъде репродуцирана, записвана или предавана под каквато и да е форма или по какъвто и да е повод без писменото съгласие на Dir.bg
За Забележки, коментари и предложения ползвайте формата за Обратна връзка | Мобилна версия | Потребителско споразумение
© 2006-2024 Dir.bg Всички права запазени.