An error occurred fetching the project authors.
- 23 Mar, 2004 1 commit
-
-
hf@deer.(none) authored
Problem is that Item::save_in_field modifies str_value member before it calls val_str but Item_copy_string::val_str just returns this str_value as the result. I added local String variable to the Item::save_in_field
-
- 17 Mar, 2004 1 commit
-
-
monty@mysql.com authored
-
- 15 Mar, 2004 1 commit
-
-
monty@mysql.com authored
-
- 13 Mar, 2004 2 commits
-
-
vva@eagle.mysql.r18.ru authored
-
vva@eagle.mysql.r18.ru authored
-
- 09 Mar, 2004 1 commit
-
-
jani@ua72d24.elisa.omakaista.fi authored
is false.
-
- 05 Mar, 2004 1 commit
-
-
vva@eagle.mysql.r18.ru authored
"Table truncated when creating another table name with Spaces" added to check_db_name, check_table_name and check_column_name test for end space
-
- 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)
-
- 17 Dec, 2003 1 commit
-
-
New Statement: SHOW [STORAGE] ENGINES New System Variable: storage_engine New mysqld Argument: --default-storage-engine=
-
- 15 Dec, 2003 2 commits
-
-
monty@mysql.com authored
-
monty@mysql.com authored
Signed auto_increment keys for HASH tables (like for MyISAM tables in 4.0) nitialize system_charset_info() early. Fixes core dump when starting windows service
-
- 11 Dec, 2003 1 commit
-
-
Allow numeric literals have a sign
-
- 10 Dec, 2003 1 commit
-
-
Deprecate the use of TYPE=... Preferred syntax is ENGINE=
-
- 02 Dec, 2003 1 commit
-
-
- 25 Nov, 2003 1 commit
-
-
bell@sanja.is.com.ua authored
temporary table BLOB now is longblob
-
- 23 Nov, 2003 1 commit
-
-
monty@mysql.com authored
Added option --max-record-length=# to myisamchk Don't try repair twice if doing myisamchk --repair --force Shared memory handler didn't clean up things on errors or shutdown
-
- 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.
-
- 31 Oct, 2003 1 commit
-
-
vva@eagle.mysql.r18.ru authored
-
- 16 Oct, 2003 4 commits
-
-
vva@eagle.mysql.r18.ru authored
removed unnesessary code from create.test
-
vva@eagle.mysql.r18.ru authored
-
monty@mashka.mysql.fi authored
-
monty@mashka.mysql.fi authored
-
- 15 Oct, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
Fixed chsize() problem on windows Extend default timeout on windows clients to 1 year (to avoid timeout problems)
-
- 08 Oct, 2003 1 commit
-
-
monty@narttu.mysql.fi authored
More tests cases After merge fixes
-
- 06 Oct, 2003 1 commit
-
-
serg@serg.mylan authored
-
- 03 Oct, 2003 1 commit
-
-
vva@eagle.mysql.r18.ru authored
-
- 08 Sep, 2003 1 commit
-
-
ram@mysql.r18.ru authored
-
- 28 Aug, 2003 1 commit
-
-
vva@eagle.mysql.r18.ru authored
-
- 27 Aug, 2003 1 commit
-
-
vva@eagle.mysql.r18.ru authored
-
- 18 Aug, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
Use server character set if --default-character-set is not used Added convert_string() for more efficient alloc+character-set convert of strings
-
- 11 Jul, 2003 1 commit
-
-
ram@mysql.r18.ru authored
-
- 10 Jul, 2003 1 commit
-
-
lenz@kallisto.local authored
the server error messages had been modified in errmsg.txt
-
- 04 Jun, 2003 1 commit
-
-
monty@narttu.mysql.fi authored
bmove_allign -> bmove_align Added OLAP function ROLLUP Split mysql_fix_privilege_tables to a script and a .sql data file Added new (MEMROOT*) functions to avoid calling current_thd() when creating some common objects. Added table_alias_charset, for easier --lower-case-table-name handling Better SQL_MODE handling (Setting complex options also sets sub options) New (faster) assembler string functions for x86
-
- 02 Jun, 2003 1 commit
-
-
bar@bar.mysql.r18.ru authored
SHOW COLLATION columns have been removed: D -> Default C -> Compiled Y -> Yes
-
- 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
-
- 22 May, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
-
- 21 May, 2003 2 commits
-
-
monty@mashka.mysql.fi authored
Added initialization of all important global variables
-
venu@myvenu.com authored
-
- 14 May, 2003 1 commit
-
-
monty@narttu.mysql.fi authored
-
- 13 May, 2003 1 commit
-
-
pem@mysql.com authored
-