An error occurred fetching the project authors.
- 18 Mar, 2003 1 commit
-
-
lenz@mysql.com authored
symbol in libmysqlclient) (thanks to Dennis Haney for the initial patch) - cleanup: removed client/password.c (not used at all) and libmysql/password.c (should rather be a symlink to sql/password.c instead) - applied HPUX11 portability fix for char_val declaration to sql/password.c (taken from libmysql/password.c)
-
- 01 Oct, 2002 1 commit
-
-
lenz@mysql.com authored
- some additional small fixes - added "depcomp" for automake 1.5
-
- 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 Jul, 2002 1 commit
-
-
lenz@mysql.com authored
failures when building the embedded server.
-
- 15 Jan, 2002 1 commit
-
-
monty@hundin.mysql.fi authored
Add ISAM to Windows version Fix of test results Fixes for NULL keys in HEAP tables.
-
- 17 Dec, 2001 1 commit
-
-
monty@hundin.mysql.fi authored
-
- 29 Oct, 2001 1 commit
-
-
tim@black.box authored
-
- 11 Oct, 2001 1 commit
-
-
monty@hundin.mysql.fi authored
-
- 09 Oct, 2001 1 commit
-
-
monty@hundin.mysql.fi authored
-
- 08 Oct, 2001 3 commits
-
-
monty@hundin.mysql.fi authored
-
monty@hundin.mysql.fi authored
-
monty@hundin.mysql.fi authored
Speed up column-completion in 'mysql' Don't use ISAM if HAVE_ISAM is not defined A lot of fixes for the embedded version. All libraries are now included in libmysqld.a Changed arguments to convert_dirname() to make it more general. Renamed files in the 'merge' directory to all use a common prefix. Don't compile both assembler and C functions on x86
-
- 04 Oct, 2001 1 commit
-
-
sasha@mysql.sashanet.com authored
-
- 02 Oct, 2001 1 commit
-
-
monty@hundin.mysql.fi authored
Fixes for embedded server Made key_cache more configurable Fixed that one can change key blocksize in MyISAM A lot of optimizations to make MyISAM slightly faster
-
- 18 Sep, 2001 2 commits
-
-
monty@hundin.mysql.fi authored
Fix to get libmysqld examples to be included in distribution
-
monty@hundin.mysql.fi authored
Configure fixes
-
- 21 Aug, 2001 1 commit
-
-
tim@white.box authored
-
- 10 Aug, 2001 1 commit
-
-
tim@black.box authored
There is now a mysql_server_init() function which needs to be called at the beginning of the program (and _end() for the end of the program). This routine handles argument parsing for the embedded server. Use the embedded version of mysql_load_file() (ignore the LOCAL argument, since the client and server are the same program). There are now mysql_thread_init/end() functions for the client to use in a multi-threaded app. They are just wrappers for my_thread_init/end().
-
- 06 Aug, 2001 1 commit
-
-
sasha@mysql.sashanet.com authored
-
- 15 Jun, 2001 1 commit
-
-
monty@hundin.mysql.fi authored
-
- 04 Jun, 2001 1 commit
-
-
tim@threads.polyesthetic.msg authored
-
- 24 Apr, 2001 1 commit
-
-
monty@donna.mysql.fi authored
Some limit optimization
-
- 11 Apr, 2001 1 commit
-
-
monty@work.mysql.com authored
PSTACK, libmysqld and MySQL filesystem UPDATE ... ORDER BY DELETE ... ORDER BY New faster fulltext handling Faster compressed keys
-