An error occurred fetching the project authors.
- 01 Jun, 2005 1 commit
-
-
jimw@mysql.com authored
resulted in the hostname cache being ineffective. Based on patch from Jeremy Cole of Yahoo! (Bug #10931)
-
- 04 Mar, 2005 1 commit
-
-
joerg@mysql.com authored
-
- 11 Jan, 2005 1 commit
-
-
konstantin@mysql.com authored
(Bug#7428) (renamed: hash_reset -> my_hash_reset)
-
- 15 Dec, 2004 1 commit
-
-
konstantin@mysql.com authored
not simply inline, to fix the linking failure on Sun Solaris 9 (sparc) with Sun Studio 9, reported by Peter Harvey.
-
- 22 Oct, 2004 1 commit
-
-
monty@mysql.com authored
Fixed checking of privilege handling in CREATE ... SELECT (Bug #6094)
-
- 19 Oct, 2004 1 commit
-
-
monty@mishka.local authored
Simple optimzations and cleanups Removed compiler warnings and fixed portability issues Added client functions 'mysql_embedded()' to allow client to check if we are using embedded server Fixes for purify
-
- 14 Oct, 2004 1 commit
-
-
monty@mishka.local authored
Simple fixes/optimization of things discovered during review of new pushed code
-
- 22 Sep, 2004 1 commit
-
-
konstantin@mysql.com authored
prepared statements."
-
- 23 Aug, 2004 1 commit
-
-
monty@mysql.com authored
Cosmetic cleanups Don't call 'delete_elements' on copy_funcs as this causes elements to be freed twice
-
- 22 Jun, 2004 2 commits
-
-
lenz@mysql.com authored
-
lenz@mysql.com authored
(e.g. a fix for BUG#3507 and some modifications recommended by Andrea Suatoni and Joerg Behrens - thank you!)
-
- 05 Mar, 2004 1 commit
-
-
monty@mysql.com authored
-
- 04 Mar, 2004 1 commit
-
-
monty@mashka.mysql.fi authored
-
- 28 Nov, 2003 1 commit
-
-
monty@mysql.com authored
Fixed compiler warnings (a lot of hidden variables detected by the Forte compiler) Added a lot of 'version_xxx' strings to 'show variables' Prevent copying of TMP_TABLE_PARAM (This caused core dump bug on Solaris) Fixed problem with printing sub selects to debug log
-
- 20 Nov, 2003 1 commit
-
-
monty@mysql.com authored
Fixed compiler warnings (IRIX C compiler and VC++)
-
- 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.
-
- 19 Sep, 2003 1 commit
-
-
hf@deer.(none) authored
embedded library hash_insert renamed to my_hash_insert to avoid name intersection with another libraries is there better idea?
-
- 23 May, 2003 1 commit
-
-
bar@bar.mysql.r18.ru authored
-
- 01 Apr, 2003 2 commits
-
-
bar@bar.mysql.r18.ru authored
-
bar@bar.mysql.r18.ru authored
We don't need separate hash_sort() and hash_caseup() We don't need tosort(). strnxfrm will do the same.
-
- 04 Dec, 2002 1 commit
-
-
lenz@mysql.com authored
- sql_analyse.cc: Fixed bug in decimal handling
-
- 09 Nov, 2002 1 commit
-
-
monty@hundin.mysql.fi authored
-
- 10 Oct, 2002 1 commit
-
-
bar@bar.mysql.r18.ru authored
-
- 02 Oct, 2002 1 commit
-
-
monty@mashka.mysql.fi authored
Warning handling and initial prepared statement handling (last not complete yet) Changed a lot of functions that returned 0/1 to my_bool type. GRANT handling now uses read/write locks instead of mutex Change basic net functions to use THD instead of NET (needed for 4.1 protocol) Use my_sprintf instead of sprintf() + strlen() Added alloc_query() to be able to chare query initialization code with prepared statements. Cleanup handling of SHOW COUNT(*) WARNINGS and SELECT LAST_INSERT_ID() Note that the following test fails (will be fixed ASAP): sub_select, union, rpl_rotate_logs and rpl_mystery22
-
- 15 Aug, 2002 1 commit
-
-
bar@bar.mysql.r18.ru authored
-
- 13 May, 2002 1 commit
-
-
miguel@hegel.local authored
-
- 28 Apr, 2002 1 commit
-
-
serg@serg.mysql.com authored
-
- 17 Apr, 2002 1 commit
-
-
bar@gw.udmsearch.izhnet.ru authored
New file ctype-win1250ch, I forgot to commit it in my previous changes
-
- 16 Apr, 2002 1 commit
-
-
bar@gw.udmsearch.izhnet.ru authored
-
- 29 Mar, 2002 1 commit
-
-
bar@gw.udmsearch.izhnet.ru authored
some warnings fixes
-
- 14 Mar, 2002 2 commits
-
-
bar@gw.udmsearch.izhnet.ru authored
-
bar@gw.udmsearch.izhnet.ru authored
-
- 12 Mar, 2002 1 commit
-
-
bar@gw.udmsearch.izhnet.ru authored
-
- 22 Jan, 2002 1 commit
-
-
serg@serg.mysql.com authored
-
- 17 Jan, 2002 1 commit
-
-
monty@hundin.mysql.fi authored
-
- 05 Jan, 2002 1 commit
-
-
monty@hundin.mysql.fi authored
Fix for new bug in CREATE TABLE when sorting keys.
-
- 06 Dec, 2001 1 commit
-
-
monty@hundin.mysql.fi authored
Fixed memory leak on shutdown (Affects the embedded version & MyODBC)
-
- 05 Dec, 2001 1 commit
-
-
monty@hundin.mysql.fi authored
Changed some sql_alloc() -> thd->alloc() Removed a lot of compiler warnings on Linux Alpha (64 bit) Fixed some core dumps on 64 bit systems (wrong type for packet_len)
-
- 19 Aug, 2001 1 commit
-
-
monty@hundin.mysql.fi authored
Added heap_delete_table Added HA_EXTRA_PREPARE_FOR_DELETE Added and use my_dup() for faster open of tables. Removed not working no-mix-table-type
-
- 18 Aug, 2001 1 commit
-
-
monty@bitch.mysql.fi authored
-