An error occurred fetching the project authors.
- 04 Dec, 2003 1 commit
-
-
bell@sanja.is.com.ua authored
-
- 30 Oct, 2003 1 commit
-
-
bell@sanja.is.com.ua authored
added code covarage for functions convert(), nullif(), crc32(), is_used_lock(), char_lengtrh(), bit_xor() added string length for more speed made code covarage for print() method of Item fixed printability of some items (SCRUM) (WL#1274)
-
- 08 Oct, 2003 1 commit
-
-
bar@bar.mysql.r18.ru authored
Character set variables test
-
- 15 Sep, 2003 1 commit
-
-
bell@sanja.is.com.ua authored
removed server options
-
- 22 Aug, 2003 1 commit
-
-
monty@narttu.mysql.fi authored
Move test that uses many tables (in query_cache.test) to separate test so that we can get it 'skipped' instead of 'failed' on system where we can't open many files.
-
- 08 Aug, 2003 1 commit
-
-
bell@sanja.is.com.ua authored
removed unused field (now it is in variables)
-
- 30 Jul, 2003 1 commit
-
-
bell@sanja.is.com.ua authored
-
- 28 Jul, 2003 1 commit
-
-
bell@sanja.is.com.ua authored
-
- 03 Jul, 2003 1 commit
-
-
monty@narttu.mysql.fi authored
Tests cleanup (put drop database first in tests)
-
- 30 May, 2003 1 commit
-
-
bell@sanja.is.com.ua authored
-
- 31 Mar, 2003 1 commit
-
-
bell@sanja.is.com.ua authored
-
- 27 Mar, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
-
- 06 Mar, 2003 1 commit
-
-
bell@sanja.is.com.ua authored
-
- 02 Mar, 2003 1 commit
-
-
bell@sanja.is.com.ua authored
-
- 27 Feb, 2003 1 commit
-
-
bell@sanja.is.com.ua authored
-
- 14 Feb, 2003 1 commit
-
-
bell@sanja.is.com.ua authored
-
- 23 Jan, 2003 1 commit
-
-
bell@sanja.is.com.ua authored
-
- 05 Jan, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
Cleaned up test; Removed wrong DROP TABLE commands and use standard table and database names. changed store_warning() -> push_warning_print()
-
- 28 Dec, 2002 1 commit
-
-
Sinisa@sinisa.nasamreza.org authored
fix for a bug with derived tables and query cache ix for a charset bug in timestamp
-
- 17 Nov, 2002 1 commit
-
-
bell@sanja.is.com.ua authored
-
- 07 Oct, 2002 1 commit
-
-
bell@sanja.is.com.ua authored
FN_NO_CASE_SENCE used instead of __WIN__ in table name handling of quary cache
-
- 07 Aug, 2002 1 commit
-
-
bell@sanja.is.com.ua authored
-
- 28 Jul, 2002 1 commit
-
-
bell@sanja.is.com.ua authored
-
- 23 Jul, 2002 1 commit
-
-
monty@mashka.mysql.fi authored
Made a some new buffers thread specific and changeable. Resize of key_buffer. AUTO_COMMIT -> AUTOCOMMIT Fixed mutex bug in DROP DATABASE Fixed bug when using auto_increment as second part of a key where first part could include NULL. Split handler->extra() to extra() and extra_opt() to be able to support thread specific buffers. Don't write message to error log when slave reconnects becasue of timeout. Fixed possible update problem when using DELETE/UPDATE on small tables (In some cases we used index even if table scanning would be better) A lot of minior code cleanups
-
- 22 Mar, 2002 1 commit
-
-
bell@sanja.is.com.ua authored
-
- 12 Jan, 2002 1 commit
-
-
bell@sanja.is.com.ua authored
-
- 02 Jan, 2002 1 commit
-
-
monty@hundin.mysql.fi authored
Fixes for building MySQL with gcc 3.0 Added SIGNED / UNSIGNED casts Fixed core dump bug in net_clear() with libmysqld. Back to using semaphores in query cache. Added 'Null' and 'Index_type' to SHOW INDEX.
-
- 23 Dec, 2001 1 commit
-
-
monty@hundin.mysql.fi authored
Fix problem with query cache and database names
-
- 22 Dec, 2001 1 commit
-
-
monty@hundin.mysql.fi authored
Change tests to use database 'mysqltest' instead of 'foo' Add option to not print access denied messages to check_table_access()
-
- 20 Dec, 2001 1 commit
-
-
monty@hundin.mysql.fi authored
Fix pthread_mutex_trylock on HPUX (needed for query cache).
-
- 14 Dec, 2001 1 commit
-
-
monty@hundin.mysql.fi authored
Added new tests to testsuite.
-
- 13 Dec, 2001 1 commit
-
-
monty@hundin.mysql.fi authored
Fixed bug in query cache. Cleaned up des_crypt code.
-
- 10 Dec, 2001 1 commit
-
-
monty@hundin.mysql.fi authored
Changed mysql-test-run.sh to test for files to get shorter, more reliable timeouts.
-
- 09 Dec, 2001 1 commit
-
-
monty@hundin.mysql.fi authored
Added new operators to be used with gcc 3.0.x Update of query cache code. Added semaphores for Windows (not yet in use) Added pthread_mutex_trylock for windows.
-
- 05 Dec, 2001 1 commit
-
-
monty@hundin.mysql.fi authored
-