An error occurred fetching the project authors.
- 10 Dec, 2004 1 commit
-
-
hf@deer.(none) authored
(after discussion with SerG)
-
- 06 Dec, 2004 1 commit
-
-
hf@deer.(none) authored
-
- 02 Oct, 2004 1 commit
-
-
monty@mishka.local authored
More tests. Better error messages. Fixed bug when checking if we updated all needed columns for INSERT. Give an error if we encounter a wrong float value during parsing. Don't print DEFAULT for columns without a default value in SHOW CREATE/SHOW FIELDS. Fixed UPDATE IGNORE when using STRICT mode.
-
- 02 Jun, 2004 1 commit
-
-
hf@deer.(none) authored
some changes to make code nicer
-
- 08 Apr, 2004 1 commit
-
-
monty@mysql.com authored
This gives the handler more optimization possiblities and is needed for NDB cluster Fixed not-initialized memory error detected by valgrind
-
- 19 Feb, 2004 1 commit
-
-
hf@deer.(none) authored
Now checking of the RTree keys works without errors. Worklog entry about appropriate checkup's routine for the RTree added
-
- 10 Dec, 2003 1 commit
-
-
Deprecate the use of TYPE=... Preferred syntax is ENGINE=
-
- 18 Nov, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
New multi-key-cache handling. This was needed becasue the old one didn't work reliable with MERGE tables. ALTER TABLE table_name ... CHARACTER SET ... now changes all char/varchar/text columns to the given character set (One must use ALTER TABLE ... DEFAULT CHARACTER SET ... to change the default character set) Fixed that have_compress is detected properly (fixes problems with func_compress.test on platforms without zlib) New syntax for CACHE INDEX ('keys' is optional if no index name is given and one mentions the key cache name only ones) Removed compiler warnings Added mysql_set_server_option() to allow clients like PHP to easaily set/reset the multi-statement flag.
-
- 18 Mar, 2003 1 commit
-
-
ram@mysql.r18.ru authored
-
- 12 Mar, 2003 1 commit
-
-
ram@mysql.r18.ru authored
-