An error occurred fetching the project authors.
- 22 Jul, 2005 1 commit
-
-
- 16 May, 2005 1 commit
-
-
monty@mysql.com authored
-
- 14 May, 2005 1 commit
-
-
monty@mysql.com authored
-
- 13 May, 2005 1 commit
-
-
monty@mysql.com authored
Count null_bits separately from field offsets and adjust them in case of primary key parts. (Previously a CREATE TABLE with a lot of null fields that was part of a primary key caused MySQL to wrongly count the number of bytes needed to store null bits) This is a more complete bug fix for #6236
-
- 08 May, 2005 1 commit
-
-
antony@ltantony.mysql.com authored
Incomplete ALTER TABLE breaks MERGE compatibility Fix implicit NOT NULL not set on ALTER of PK columns
-
- 10 Feb, 2005 1 commit
-
-
jimw@mysql.com authored
to grant.test and using replace_column to neuter the Privileges column in SHOW FULL COLUMNS.
-
- 18 Jan, 2005 1 commit
-
-
dlenev@brandersnatch.localdomain authored
prefix", which roots were fixed in 4.0 tree.
-
- 31 Dec, 2004 1 commit
-
-
serg@sergbook.mysql.com authored
-
- 30 Dec, 2004 1 commit
-
-
serg@sergbook.mysql.com authored
-
- 10 Dec, 2004 1 commit
-
-
gluh@gluh.mysql.r18.ru authored
mysqldump skips information_schema db 'use' now can use information_schema db changed value of column 'Null' to 'NO' if column is not nullable
-
- 08 Nov, 2004 1 commit
-
-
bar@mysql.com authored
Bug #6479 ALTER TABLE ... changing charset fails for TEXT columns Fix: use do_conv_blob rather than do_copy_blob if the column's character sets are different.
-
- 28 Oct, 2004 1 commit
-
-
bar@mysql.com authored
into the column character set on INSERT/UPDATE.
-
- 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.
-
- 19 Aug, 2004 1 commit
-
-
serg@serg.mylan authored
-
- 26 Jul, 2004 1 commit
-
-
serg@serg.mylan authored
-
- 08 Jul, 2004 1 commit
-
-
bar@mysql.com authored
-
- 23 Jun, 2004 1 commit
-
-
sergefp@mysql.com authored
-
- 16 Jun, 2004 2 commits
-
-
paul@kite-hub.kitebird.com authored
fix up test result.
-
paul@ice.snake.net authored
and affected test results.
-
- 30 Mar, 2004 2 commits
-
-
bar@bar.intranet.mysql.r18.ru authored
Forgot to do it in the previous commit.
-
bar@bar.intranet.mysql.r18.ru authored
and for (2) converting the columns: 1. ALTER TABLE t1 [DEFAULT] CHARACTER SET xxx [COLLATE yyy] 2. ALTER TABLE t1 CONVERT TO CHARACTER SET xxx [COLLATE yyy]
-
- 26 Mar, 2004 2 commits
-
-
bar@bar.intranet.mysql.r18.ru authored
BINARY(N) and VARBIBARY(N) 2. More 4.0 compatibility and more BINARY keyword consistency: 2a. CREATE TABLE a (a CHAR(N) BINARY) is now synonym for CREATE TABLE a (a CHAR(N) COLLATE xxxx_bin) 2b. SELECT BINARY x is still synonin for SELECT x COLLATE xxxxx_bin.
-
monty@mysql.com authored
-
- 25 Mar, 2004 1 commit
-
-
monty@mysql.com authored
-
- 19 Mar, 2004 1 commit
-
-
bar@bar.intranet.mysql.r18.ru authored
-
- 16 Feb, 2004 1 commit
-
-
monty@mysql.com authored
Added more DBUG statements Ensure that we are comparing end space with BINARY strings Use 'any_db' instead of '' to mean any database. (For HANDLER command) Only strip ' ' when comparing CHAR, not other space-like characters (like \t)
-
- 06 Feb, 2004 2 commits
-
-
konstantin@mysql.com authored
-
konstantin@mysql.com authored
-
- 28 Jan, 2004 1 commit
-
-
serg@serg.mylan authored
-
- 13 Jan, 2004 1 commit
-
-
ram@gw.mysql.r18.ru authored
-
- 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.
-
- 14 Jul, 2003 1 commit
-
-
bar@bar.mysql.r18.ru authored
-
- 08 Jul, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
Removed double my_thread_end() which caused fatal error on windows if mysqld died on startup
-
- 02 Jun, 2003 1 commit
-
-
bar@bar.mysql.r18.ru authored
SHOW COLLATION columns have been removed: D -> Default C -> Compiled Y -> Yes
-
- 01 Jun, 2003 1 commit
-
-
monty@narttu.mysql.fi authored
-
- 23 May, 2003 1 commit
-
-
bar@bar.mysql.r18.ru authored
Character set is not displayed in "Type" column anymore In "Collation" column NULL instead of BINARY is now displayd for for non-character data types
-
- 21 May, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
Added initialization of all important global variables
-
- 23 Apr, 2003 1 commit
-
-
serg@sergbook.mysql.com authored
-
- 22 Apr, 2003 1 commit
-
-
serg@sergbook.mysql.com authored
-