summaryrefslogtreecommitdiff
path: root/mysys
Commit message (Collapse)AuthorAgeFilesLines
* misc replication bugfixes including some needed modifications in IO_CACHEsasha@mysql.sashanet.com2002-01-262-11/+42
| | | | | likely() and unlikely() branch prediction compiler hint macros clean-up of comments
* Added my_getopt struct and modified myisamchk to the bk tree.jani@rhols221.adsl.netsonic.fi2002-01-253-2/+390
|
* more predicatable slave behaviour with wait_for_slave_stop in mysqltestsasha@mysql.sashanet.com2002-01-241-3/+19
| | | | | | fixed a couple of bugs with SEQ_READ_APPEND cache rpl000016 still has non-deterministic result, but I am going to commit and push since what I have is now better than what is in the main repository
* Ugly merge! But I am not done yet - there are a number of things I need to fixsasha@mysql.sashanet.com2002-01-193-23/+55
|\ | | | | | | before I can push
| * Here comes a nasty patch, although I am not ready to push it yet. I willsasha@mysql.sashanet.com2002-01-193-23/+55
| | | | | | | | | | | | | | | | | | | | 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.
* | Fix for FLUSH QUERY CACHEmonty@hundin.mysql.fi2002-01-051-1/+1
| | | | | | | | Fix for new bug in CREATE TABLE when sorting keys.
* | Cleanup of alarm macros.monty@hundin.mysql.fi2001-12-211-1/+1
| | | | | | | | | | Fixed data corruption bug in query cache. Made queries be dependent of the database in use.
* | Fix insert delated + query cache.monty@hundin.mysql.fi2001-12-201-0/+14
| | | | | | | | Fix pthread_mutex_trylock on HPUX (needed for query cache).
* | Portability fixesmonty@hundin.mysql.fi2001-12-172-2/+7
| |
* | Lots of portability fixes.monty@hundin.mysql.fi2001-12-173-13/+27
| | | | | | | | | | Fixed shutdown on HPUX. Fixed bug in query cache.
* | Merge with 3.23.47monty@hundin.mysql.fi2001-12-151-9/+50
|\ \
| * | misc cleanup sasha@mysql.sashanet.com2001-12-131-3/+4
| | |
| * | slave-skip-errorssasha@mysql.sashanet.com2001-12-121-7/+45
| | | | | | | | | | | | | | | | | | added extra/mysql_install.c - will work on it in 4.0, but it does not hurt to have it sit in 3.23 tree for now since it will eventually be backported to 3.23 anyway
| * | Fixed bug in LEFT JOINmonty@hundin.mysql.fi2001-12-051-1/+1
| | |
| * | Added read log caching and fixed a possible bug in write cacheing.monty@hundin.mysql.fi2001-11-281-6/+21
| | | | | | | | | | | | This should cause fewer seeks when using replication.
| * | Small safety fixmonty@hundin.mysql.fi2001-11-281-2/+4
| | |
* | | Fixed sleep time in mysql-test-runmonty@hundin.mysql.fi2001-12-131-100/+74
| | | | | | | | | | | | | | | Fixed bug in query cache. Cleaned up des_crypt code.
* | | Merge work:/home/bk/mysql-4.0serg@serg.mysql.com2001-12-111-1/+5
|\ \ \ | | | | | | | | | | | | into serg.mysql.com:/usr/home/serg/Abk/mysql-4.0
| * | | test for truncation operator in indexless bolelan ftsserg@serg.mysql.com2001-12-101-1/+5
| | | | | | | | | | | | | | | | mysys/queue.c: /* comment added */
* | | | Misc fixestonu@volk.internalnet2001-12-101-55/+55
| | | |
* | | | Removed compiler warnings.monty@hundin.mysql.fi2001-12-103-1/+483
|/ / / | | | | | | | | | | | | | | | | | | 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.
* | | Update copyrightmonty@hundin.mysql.fi2001-12-06101-1488/+1402
| | | | | | | | | | | | Fixed memory leak on shutdown (Affects the embedded version & MyODBC)
* | | Update of query cache code.monty@hundin.mysql.fi2001-12-051-1/+2
| | | | | | | | | | | | | | | | | | 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)
* | | Query cache.monty@hundin.mysql.fi2001-12-021-8/+17
| |/ |/| | | | | Remove some warnings
* | Fix not critical MyISAM bug in locking.monty@hundin.mysql.fi2001-11-292-2/+2
| | | | | | | | | | Free character sets properly (for embedded). Add missing mutex in HANDLER CLOSE
* | Fix of testcases after merge.monty@hundin.mysql.fi2001-11-281-8/+14
| | | | | | | | Small improvement to write caching.
* | Fix for IO_CACHE.monty@hundin.mysql.fi2001-11-281-12/+8
| | | | | | | | Portability fixes.
* | New improved IO_CACHEmonty@bitch.mysql.fi2001-11-286-283/+371
| |
* | Patch for SCOmonty@hundin.mysql.fi2001-11-263-1/+7
| | | | | | | | Update test results for MySQL 4.0
* | mergemonty@hundin.mysql.fi2001-11-261-1/+2
|\ \ | |/
| * Fix race condition in ANALYZE TABLE.monty@hundin.mysql.fi2001-11-261-1/+2
| | | | | | | | Fixed bug where one got an empty set instead of a DEADLOCK error when using BDB tables.
* | Fixed typo in last changesetmonty@hundin.mysql.fi2001-11-251-1/+1
| |
* | Fixes for embedded version.monty@hundin.mysql.fi2001-11-251-0/+1
| |
* | mergemonty@hundin.mysql.fi2001-11-221-1/+2
|\ \ | |/
| * Portability fixmonty@hundin.mysql.fi2001-11-221-2/+3
| |
* | bugfixserg@serg.mysql.com2001-11-171-3/+3
| |
* | work to enable reading 3.23 logs - not yet finishedsasha@mysql.sashanet.com2001-11-101-1/+7
| | | | | | | | | | moved fail-safe replication routines from sql_repl.cc to repl_failsafe.cc write start event only in the first log
* | Merge work:/home/bk/mysql-4.0sasha@mysql.sashanet.com2001-11-081-0/+4
|\ \ | | | | | | | | | into mysql.sashanet.com:/home/sasha/src/bk/mysql-4.0
| * | new crash-me results for Interbase.monty@hundin.mysql.fi2001-11-081-0/+4
| | |
* | | fixed memory leak in replicationsasha@mysql.sashanet.com2001-11-081-4/+4
| | | | | | | | | | | | | | | | | | fixed bugs in new IO_CACHE code so that the old calls work fixed shutdown bug clean-up of mysql-test-run
* | | Merge work:/home/bk/mysql-4.0sasha@mysql.sashanet.com2001-11-072-43/+244
|\ \ \ | |/ / |/| | | | | into mysql.sashanet.com:/home/sasha/src/bk/mysql-4.0
| * | Merge work:/home/bk/mysql-4.0sasha@mysql.sashanet.com2001-11-072-43/+244
| |\ \ | | | | | | | | | | | | into mysql.sashanet.com:/home/sasha/src/bk/mysql-4.0
| | * | manager clean-up ( added pid-file and kill in mysql-test-run when things go ↵sasha@mysql.sashanet.com2001-11-071-53/+77
| | | | | | | | | | | | | | | | | | | | | | | | | | | | wrong) fixes for IO_CACHE need to pull Monty's fixes - this is not final, will not be pushed
| | * | more work on IO_CACHEsasha@mysql.sashanet.com2001-11-032-22/+199
| | | | | | | | | | | | | | | | | | | | | | | | portability fixes for systems with broken syscalls that do not interrupt on a signal temporary commit - will not be pushed, need to sync up
* | | | Portability fix.monty@hundin.mysql.fi2001-11-071-3/+3
| | | | | | | | | | | | | | | | Fixed linking problem with InnoDB.
* | | | Merge work:/home/bk/mysql-4.0 into hundin.mysql.fi:/my/bk/mysql-4.0monty@hundin.mysql.fi2001-11-072-10/+25
|\ \ \ \ | |/ / /
| * | | Mergeserg@serg.mysql.com2001-11-061-1/+16
| |\ \ \
| | * | | ft boolean search by table scan; queue_fix()serg@serg.mysql.com2001-11-061-1/+16
| | |/ /
| * | | Mergetim@black.box2001-11-061-9/+9
| |\ \ \
| | * | | Do not print a warning message when the server's character set istim@black.box2001-11-051-9/+9
| | |/ / | | | | | | | | | | | | | | | | not found by the client. This is especially important for PHP, which only includes the latin1 character set in the bundled libmysql.