An error occurred fetching the project authors.
- 03 Nov, 2002 1 commit
-
-
bell@sanja.is.com.ua authored
-
- 24 Oct, 2002 1 commit
-
-
lenz@mysql.com authored
differences in HPUX11)
-
- 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
-
- 24 Aug, 2002 1 commit
-
-
monty@mashka.mysql.fi authored
Fixed hang in start_slave_threads() when thread dies quickly.
-
- 23 Aug, 2002 1 commit
-
-
monty@hundin.mysql.fi authored
Removed compiler warnings.
-
- 22 Aug, 2002 1 commit
-
-
monty@hundin.mysql.fi authored
Changed option variables to my_bool (to avoid bugs in my_getopt()) Added new thread specific mutex LOCK_delete to be able to free LOCK_thread_count early. Changed usage of LOCK_thread_count -> LOCK_status for statistics variables
-
- 21 Aug, 2002 1 commit
-
-
monty@hundin.mysql.fi authored
More DBUG info for replication Better error messages from replication Fixed bug in replication code when connecting to 'localhost' (time was not released properly) Block ALARM signal on Linux for signal handler thread (Fixes problem with running mysqld with --debug) Removed warning when setting an AUTO_INCREMENT field to NULL
-
- 09 Aug, 2002 1 commit
-
-
monty@hundin.mysql.fi authored
Fix for syntax error bug in SET TRANSACTION ISOLATION
-
- 08 Aug, 2002 1 commit
-
-
monty@mashka.mysql.fi authored
Lots of code fixes to the replication code (especially the binary logging and index log file handling) Fixed bugs in my last changeset that made MySQL hard to compile. Added mutex around some data that could cause table cache corruptions when using OPTIMIZE TABLE / REPAIR TABLE or automatic repair of MyISAM tables. Added mutex around some data in the slave start/stop code that could cause THD linked list corruptions Extended my_chsize() to allow one to specify a filler character. Extend vio_blocking to return the old state (This made some usage of this function much simpler) Added testing for some functions that they caller have got the required mutexes before calling the function. Use setrlimit() to ensure that we can write core file if one specifies --core-file. Added --slave-compressed-protocol Made 2 the minimum length for ft_min_word_len Added variables foreign_key_checks & unique_checks. Less logging from replication code (if not started with --log-warnings) Changed that SHOW INNODB STATUS requre the SUPER privilege More DBUG statements and a lot of new code comments
-
- 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
-
- 17 Jul, 2002 1 commit
-
-
Sinisa@sinisa.nasamreza.org authored
-
- 20 Jun, 2002 1 commit
-
-
monty@hundin.mysql.fi authored
Added semaphore support to MIT-pthreads.
-
- 11 Jun, 2002 1 commit
-
-
monty@mashka.mysql.fi authored
(All commit emails since 4.0.1 checked) This had to be done now, before the 4.1 tree changes to much, to make it easy to propagate bug fixes to the 4.1 tree.
-
- 16 May, 2002 1 commit
-
-
monty@hundin.mysql.fi authored
Changed some status variable names Fix bug in GRANT ... PASSWORD string
-
- 29 Jan, 2002 1 commit
-
-
monty@hundin.mysql.fi authored
Test of unsigned BIGINT values Fixes for queries-per-hour Cleanup of replication code (comments and portability fixes) Make most of the binary log code 4G clean Changed syntax for GRANT ... QUERIES PER HOUR
-
- 20 Jan, 2002 1 commit
-
-
sasha@mysql.sashanet.com authored
first pull, merge,test, and get it to work. The main change is the new replication code - now we have two slave threads SQL thread and I/O thread. I have also re-written a lot of the code to prepare for multi-master implementation. I also documented IO_CACHE quite extensively and to some extend, THD class.
-
- 21 Dec, 2001 1 commit
-
-
monty@hundin.mysql.fi authored
Fixed data corruption bug in query cache. Made queries be dependent of the database in use.
-
- 19 Dec, 2001 1 commit
-
-
monty@hundin.mysql.fi authored
Changed 'send_file_to_server' to use less stack (Fixed replication problem on OSF1).
-
- 06 Dec, 2001 1 commit
-
-
monty@hundin.mysql.fi authored
Fixed memory leak on shutdown (Affects the embedded version & MyODBC)
-
- 13 Oct, 2001 1 commit
-
-
sasha@mysql.sashanet.com authored
use $MAX_TABLES mysqltest variable to make join test portable make test now works with the manager on IA64 Linux
-
- 30 Sep, 2001 1 commit
-
-
tonu@volk.internalnet authored
-
- 22 Sep, 2001 1 commit
-
-
monty@hundin.mysql.fi authored
Fixes for embedded libary and openssl
-
- 15 Sep, 2001 1 commit
-
-
monty@hundin.mysql.fi authored
-
- 13 Sep, 2001 1 commit
-
-
monty@hundin.mysql.fi authored
Fixed problem with LIKE with latin1_de Added parsing support of UNSIGNED LONG LONG
-
- 12 Sep, 2001 1 commit
-
-
monty@hundin.mysql.fi authored
-
- 29 Aug, 2001 1 commit
-
-
monty@hundin.mysql.fi authored
-
- 26 Aug, 2001 1 commit
-
-
tonu@x153.internalnet authored
-
- 22 Aug, 2001 1 commit
-
-
monty@hundin.mysql.fi authored
-
- 21 Aug, 2001 2 commits
-
-
tim@white.box authored
-
monty@hundin.mysql.fi authored
Fix bug in isamlog Add argument types to function declarations.
-
- 15 Aug, 2001 1 commit
-
-
sasha@mysql.sashanet.com authored
-
- 31 May, 2001 2 commits
-
-
tonu@hundin.mysql.fi authored
-
tonu@hundin.mysql.fi authored
-
- 29 May, 2001 1 commit
-
-
sasha@mysql.sashanet.com authored
-
- 03 May, 2001 1 commit
-
-
sasha@mysql.sashanet.com authored
-
- 17 Apr, 2001 1 commit
-
-
monty@donna.mysql.fi authored
Don't reconnect client on close
-
- 02 Feb, 2001 1 commit
-
-
monty@donna.mysql.com authored
Changed TRUNCATE table_name -> TRUNCATE TABLE table_name
-
- 22 Jan, 2001 1 commit
-
-
monty@donna.mysql.com authored
-
- 21 Dec, 2000 1 commit
-
-
tim@cane.mysql.fi authored
BSDi uses size_t * for the optlen arg to getsockopt, while other Unixes use socklen_t *.
-
- 09 Dec, 2000 1 commit
-
-
sasha@mysql.sashanet.com authored
better error diagnostic in SLAVE START
-