8
0
OBS User unknown
2007-03-30 14:31:31 +00:00
committed by Git OBS Bridge
parent 2ab90212cb
commit e3f9efcf78
4 changed files with 30 additions and 5 deletions

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Fri Mar 30 16:01:24 CEST 2007 - anicka@suse.cz
- update to 4.004
* Work around a bug in old 3.23 servers by specifying NOT NULL
for fields used as a primary key in tests.
* Add support for mysql_warning_count statement handle attribute.
* Add support for mysql_multi_statements connection option.
* UTF8-Flag not set with flag mysql_enable_utf8 and column
collation utf8_bin patch,
* Fixed do_error definition
* Conversion of test suite to Test::More
* Fix inclusion of non-primary keys in primary_key_info.
-------------------------------------------------------------------
Fri Mar 2 15:46:31 CET 2007 - anicka@suse.cz