Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | misc replication bugfixes including some needed modifications in IO_CACHE | sasha@mysql.sashanet.com | 2002-01-26 | 2 | -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.fi | 2002-01-25 | 3 | -2/+390 |
| | |||||
* | more predicatable slave behaviour with wait_for_slave_stop in mysqltest | sasha@mysql.sashanet.com | 2002-01-24 | 1 | -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 fix | sasha@mysql.sashanet.com | 2002-01-19 | 3 | -23/+55 |
|\ | | | | | | | before I can push | ||||
| * | Here comes a nasty patch, although I am not ready to push it yet. I will | sasha@mysql.sashanet.com | 2002-01-19 | 3 | -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 CACHE | monty@hundin.mysql.fi | 2002-01-05 | 1 | -1/+1 |
| | | | | | | | | Fix for new bug in CREATE TABLE when sorting keys. | ||||
* | | Cleanup of alarm macros. | monty@hundin.mysql.fi | 2001-12-21 | 1 | -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.fi | 2001-12-20 | 1 | -0/+14 |
| | | | | | | | | Fix pthread_mutex_trylock on HPUX (needed for query cache). | ||||
* | | Portability fixes | monty@hundin.mysql.fi | 2001-12-17 | 2 | -2/+7 |
| | | |||||
* | | Lots of portability fixes. | monty@hundin.mysql.fi | 2001-12-17 | 3 | -13/+27 |
| | | | | | | | | | | Fixed shutdown on HPUX. Fixed bug in query cache. | ||||
* | | Merge with 3.23.47 | monty@hundin.mysql.fi | 2001-12-15 | 1 | -9/+50 |
|\ \ | |||||
| * | | misc cleanup | sasha@mysql.sashanet.com | 2001-12-13 | 1 | -3/+4 |
| | | | |||||
| * | | slave-skip-errors | sasha@mysql.sashanet.com | 2001-12-12 | 1 | -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 JOIN | monty@hundin.mysql.fi | 2001-12-05 | 1 | -1/+1 |
| | | | |||||
| * | | Added read log caching and fixed a possible bug in write cacheing. | monty@hundin.mysql.fi | 2001-11-28 | 1 | -6/+21 |
| | | | | | | | | | | | | This should cause fewer seeks when using replication. | ||||
| * | | Small safety fix | monty@hundin.mysql.fi | 2001-11-28 | 1 | -2/+4 |
| | | | |||||
* | | | Fixed sleep time in mysql-test-run | monty@hundin.mysql.fi | 2001-12-13 | 1 | -100/+74 |
| | | | | | | | | | | | | | | | Fixed bug in query cache. Cleaned up des_crypt code. | ||||
* | | | Merge work:/home/bk/mysql-4.0 | serg@serg.mysql.com | 2001-12-11 | 1 | -1/+5 |
|\ \ \ | | | | | | | | | | | | | into serg.mysql.com:/usr/home/serg/Abk/mysql-4.0 | ||||
| * | | | test for truncation operator in indexless bolelan fts | serg@serg.mysql.com | 2001-12-10 | 1 | -1/+5 |
| | | | | | | | | | | | | | | | | mysys/queue.c: /* comment added */ | ||||
* | | | | Misc fixes | tonu@volk.internalnet | 2001-12-10 | 1 | -55/+55 |
| | | | | |||||
* | | | | Removed compiler warnings. | monty@hundin.mysql.fi | 2001-12-10 | 3 | -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 copyright | monty@hundin.mysql.fi | 2001-12-06 | 101 | -1488/+1402 |
| | | | | | | | | | | | | Fixed memory leak on shutdown (Affects the embedded version & MyODBC) | ||||
* | | | Update of query cache code. | monty@hundin.mysql.fi | 2001-12-05 | 1 | -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.fi | 2001-12-02 | 1 | -8/+17 |
| |/ |/| | | | | | Remove some warnings | ||||
* | | Fix not critical MyISAM bug in locking. | monty@hundin.mysql.fi | 2001-11-29 | 2 | -2/+2 |
| | | | | | | | | | | Free character sets properly (for embedded). Add missing mutex in HANDLER CLOSE | ||||
* | | Fix of testcases after merge. | monty@hundin.mysql.fi | 2001-11-28 | 1 | -8/+14 |
| | | | | | | | | Small improvement to write caching. | ||||
* | | Fix for IO_CACHE. | monty@hundin.mysql.fi | 2001-11-28 | 1 | -12/+8 |
| | | | | | | | | Portability fixes. | ||||
* | | New improved IO_CACHE | monty@bitch.mysql.fi | 2001-11-28 | 6 | -283/+371 |
| | | |||||
* | | Patch for SCO | monty@hundin.mysql.fi | 2001-11-26 | 3 | -1/+7 |
| | | | | | | | | Update test results for MySQL 4.0 | ||||
* | | merge | monty@hundin.mysql.fi | 2001-11-26 | 1 | -1/+2 |
|\ \ | |/ | |||||
| * | Fix race condition in ANALYZE TABLE. | monty@hundin.mysql.fi | 2001-11-26 | 1 | -1/+2 |
| | | | | | | | | Fixed bug where one got an empty set instead of a DEADLOCK error when using BDB tables. | ||||
* | | Fixed typo in last changeset | monty@hundin.mysql.fi | 2001-11-25 | 1 | -1/+1 |
| | | |||||
* | | Fixes for embedded version. | monty@hundin.mysql.fi | 2001-11-25 | 1 | -0/+1 |
| | | |||||
* | | merge | monty@hundin.mysql.fi | 2001-11-22 | 1 | -1/+2 |
|\ \ | |/ | |||||
| * | Portability fix | monty@hundin.mysql.fi | 2001-11-22 | 1 | -2/+3 |
| | | |||||
* | | bugfix | serg@serg.mysql.com | 2001-11-17 | 1 | -3/+3 |
| | | |||||
* | | work to enable reading 3.23 logs - not yet finished | sasha@mysql.sashanet.com | 2001-11-10 | 1 | -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.0 | sasha@mysql.sashanet.com | 2001-11-08 | 1 | -0/+4 |
|\ \ | | | | | | | | | | into mysql.sashanet.com:/home/sasha/src/bk/mysql-4.0 | ||||
| * | | new crash-me results for Interbase. | monty@hundin.mysql.fi | 2001-11-08 | 1 | -0/+4 |
| | | | |||||
* | | | fixed memory leak in replication | sasha@mysql.sashanet.com | 2001-11-08 | 1 | -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.0 | sasha@mysql.sashanet.com | 2001-11-07 | 2 | -43/+244 |
|\ \ \ | |/ / |/| | | | | | into mysql.sashanet.com:/home/sasha/src/bk/mysql-4.0 | ||||
| * | | Merge work:/home/bk/mysql-4.0 | sasha@mysql.sashanet.com | 2001-11-07 | 2 | -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.com | 2001-11-07 | 1 | -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_CACHE | sasha@mysql.sashanet.com | 2001-11-03 | 2 | -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.fi | 2001-11-07 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | Fixed linking problem with InnoDB. | ||||
* | | | | Merge work:/home/bk/mysql-4.0 into hundin.mysql.fi:/my/bk/mysql-4.0 | monty@hundin.mysql.fi | 2001-11-07 | 2 | -10/+25 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge | serg@serg.mysql.com | 2001-11-06 | 1 | -1/+16 |
| |\ \ \ | |||||
| | * | | | ft boolean search by table scan; queue_fix() | serg@serg.mysql.com | 2001-11-06 | 1 | -1/+16 |
| | |/ / | |||||
| * | | | Merge | tim@black.box | 2001-11-06 | 1 | -9/+9 |
| |\ \ \ | |||||
| | * | | | Do not print a warning message when the server's character set is | tim@black.box | 2001-11-05 | 1 | -9/+9 |
| | |/ / | | | | | | | | | | | | | | | | | not found by the client. This is especially important for PHP, which only includes the latin1 character set in the bundled libmysql. |