An error occurred fetching the project authors.
- 28 Oct, 2003 1 commit
-
-
monty@narttu.mysql.fi authored
mysql --install mysql --defualts-file=path-to-file (Bug #1643)
-
- 27 Aug, 2003 1 commit
-
-
jani@rhols221.adsl.netsonic.fi authored
and --defaults-file is a non-existing or non-regular file. Bug#755
-
- 26 May, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
-
- 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)
-
- 04 Jan, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
Extended max_allowed_packet for clients to 1G Fixed bug in sending compressed rows >= 16M Fix bug in skiping too long packets from clients. Added checking of wrong command number sent by client.
-
- 08 Aug, 2002 1 commit
-
-
monty@hundin.mysql.fi authored
Make safe_mysqld a symlink to mysqld_safe in binary distribution Fixed problem with CTRL-C when using mysqld --bootstrap
-
- 05 Aug, 2002 1 commit
-
-
monty@mashka.mysql.fi authored
(Merge of code from 4.0)
-
- 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
-
- 28 Jun, 2002 1 commit
-
-
jani@rhols221.adsl.netsonic.fi authored
-
- 15 May, 2002 1 commit
-
-
Sinisa@sinisa.nasamreza.org authored
Read a manual for more detail
-
- 02 Apr, 2002 1 commit
-
-
monty@hundin.mysql.fi authored
Remove not used flag CLIENT_CHANGE_USER
-
- 26 Mar, 2002 2 commits
-
-
monty@hundin.mysql.fi authored
-
monty@hundin.mysql.fi authored
-
- 16 Jan, 2002 1 commit
-
-
monty@hundin.mysql.fi authored
Fixed bug in multi-table-delete
-
- 05 Jan, 2002 1 commit
-
-
monty@hundin.mysql.fi authored
Fix for new bug in CREATE TABLE when sorting keys.
-
- 13 Dec, 2001 1 commit
-
-
monty@hundin.mysql.fi authored
New HEX() function. Final (?) cleanup of des_encrypt() / des_decrypt(). Added missing files to Makefiles.
-
- 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
-
- 02 Dec, 2001 1 commit
-
-
monty@hundin.mysql.fi authored
Remove some warnings
-
- 09 Oct, 2001 1 commit
-
-
monty@hundin.mysql.fi authored
This wrapper noew will include all the necessary, system specific files, which makes all normal source files much easier to write and maintain. Portability fixes.
-
- 08 Oct, 2001 2 commits
-
-
monty@hundin.mysql.fi authored
-
monty@hundin.mysql.fi authored
-
- 03 Oct, 2001 1 commit
-
-
monty@hundin.mysql.fi authored
Fix that compressed packets and normal packets looks indentical before calling net_real_write() (Needed for query cache) Optimize IS NULL handling
-
- 27 Sep, 2001 1 commit
-
-
monty@tik.mysql.fi authored
Move MAX_BLOB_WIDTH to be global Added full support for unsigned BIGINT Fixed spelling errors
-
- 22 Sep, 2001 1 commit
-
-
monty@hundin.mysql.fi authored
Fixes for embedded libary and openssl
-
- 19 Sep, 2001 1 commit
-
-
sasha@mysql.sashanet.com authored
-
- 21 Aug, 2001 1 commit
-
-
monty@hundin.mysql.fi authored
Fix bug in isamlog Add argument types to function declarations.
-
- 14 Aug, 2001 1 commit
-
-
monty@hundin.mysql.fi authored
New global read lock code Fixed bug in DATETIME with WHERE optimization Made UNION code more general.
-
- 10 Aug, 2001 1 commit
-
-
monty@hundin.mysql.fi authored
Added record_rnd_buffer Added --safe-user-create Fix for ALTER TABLE RENAME on windows
-
- 03 Aug, 2001 1 commit
-
-
monty@tik.mysql.fi authored
Added prototype for my_thread_end New error message for MATCH Give error when using myisamchk --force --readonly
-
- 31 May, 2001 3 commits
-
-
tonu@hundin.mysql.fi authored
-
tonu@hundin.mysql.fi authored
-
sasha@mysql.sashanet.com authored
info on how to connect to the slave for the clients that connect to the master, but would like to know where the slaves are
-
- 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
-
- 14 Mar, 2001 1 commit
-
-
monty@tik.mysql.fi authored
Fixed bug in SHOW VARIABLES when using innobase tables
-
- 21 Jan, 2001 1 commit
-
-
monty@donna.mysql.com authored
Fixed mutex bug in logging (crash on windows when doing SET PASSWORD=) Changed MERGE tables to not use FILE
-
- 28 Nov, 2000 1 commit
-
-
monty@donna.mysql.com authored
Run bootstrap in separate thread Fix bug in FLUSH TABLES table_name
-
- 14 Sep, 2000 1 commit
-
-
sasha@mysql.sashanet.com authored
RESTORE TABLE FROM 'directory' log on slave when it connects to the master
-
- 02 Sep, 2000 1 commit
-
-
monty@donna.mysql.com authored
-