Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Merge work:/home/bk/mysql into hundin.mysql.fi:/my/bk/mysql | monty@hundin.mysql.fi | 2001-09-12 | 1 | -1/+1 | |
|\ | ||||||
| * | First drop merge table, then other tables | monty@tik.mysql.fi | 2001-09-12 | 1 | -1/+1 | |
| | | ||||||
* | | Merge work:/home/bk/mysql | sasha@mysql.sashanet.com | 2001-09-10 | 6 | -8/+81 | |
|\ \ | |/ | | | | | into mysql.sashanet.com:/home/sasha/src/bk/mysql | |||||
| * | Fix bugs when using LOCK TABLES with BDB tables | monty@hundin.mysql.fi | 2001-09-08 | 2 | -8/+22 | |
| | | | | | | | | Optimized remove of key when using internal cursor in BDB tables. | |||||
| * | Ensure that libmysqlclient doesn't use raid | monty@hundin.mysql.fi | 2001-09-04 | 4 | -0/+59 | |
| | | | | | | | | Fix problem with MyISAM and rows of length 65517-65520 | |||||
* | | fixed IDENTITY crisis | sasha@mysql.sashanet.com | 2001-09-10 | 2 | -0/+6 | |
|/ | ||||||
* | replicated get_lock() properly | sasha@mysql.sashanet.com | 2001-08-31 | 2 | -0/+20 | |
| | ||||||
* | Test that all MERGE tables comes from the same database | monty@hundin.mysql.fi | 2001-08-29 | 1 | -1/+5 | |
| | ||||||
* | Fixed that LOAD DATA INFILE works with transactions. | monty@hundin.mysql.fi | 2001-08-28 | 4 | -4015/+26 | |
| | | | | Fix for lower case filenames | |||||
* | test case for InnoDB replace/auto_increment bug when insert_id is | sasha@mysql.sashanet.com | 2001-08-24 | 2 | -0/+26 | |
| | | | | forced by the user | |||||
* | Fixes for OS2. | monty@hundin.mysql.fi | 2001-08-22 | 2 | -2/+2 | |
| | | | | | Fix bug in isamlog Add argument types to function declarations. | |||||
* | Portability fixes. | monty@hundin.mysql.fi | 2001-08-21 | 1 | -0/+14 | |
| | | | | | | | Patches required by Gemini Fix to properly detect if there is an active transaction in InnoDB Fix to not lock thread structure when doing automatic rollback when thread ends Allow -O lower_case_names=0 on UNIX | |||||
* | merge | monty@hundin.mysql.fi | 2001-08-18 | 5 | -12/+17 | |
|\ | ||||||
| * | Portability fixes. | monty@hundin.mysql.fi | 2001-08-18 | 5 | -12/+17 | |
| | | | | | | | | | | | | Let myisamchk generate a new checksum for compressed data. Don't unconditionally force filenames to lower case on windows. Update mysqltest to match 4.0 source (to get some of the new bug fixes into 3.23) | |||||
* | | fixed bug in Item_func_div::val_int() that broke all functions that | sasha@mysql.sashanet.com | 2001-08-16 | 2 | -3/+4 | |
|/ | | | | | | | | | | | | | | | | | | | do val_int() on their arguments before starting the computation. Similar fixes are need for +-* and probably several other but I want to make sure Monty is fine with my fix approach before changing a lot of code. Amazingly, this bug is not as critical as you would expect since very few functions do val_int() on their arguments ( from_unixtime(), sec_to_time()), and those not very frequently perform a computation on their floating point arguments. which is probably why no one has yet reported this bug. Another possibility is that the result is usually wrong by no more than 5%, which makes it hard to catch it. I found it when trying to compute mile splits for 30:47 10K - it told me 5:07, and I knew it was wrong because 5:00 mile gives you 31:08. However, if I had not run as many 10K races, I would have easily believed that 30:47 10K is a 5:07 mile pace and would not have noticed the bug. | |||||
* | Allow myisam-recover="" and --sql-mode="" | monty@hundin.mysql.fi | 2001-08-10 | 2 | -1/+7 | |
| | ||||||
* | merge | monty@hundin.mysql.fi | 2001-08-10 | 2 | -1/+10 | |
|\ | ||||||
| * | Portability fixes | monty@hundin.mysql.fi | 2001-08-10 | 1 | -0/+9 | |
| | | | | | | | | | | | | Added record_rnd_buffer Added --safe-user-create Fix for ALTER TABLE RENAME on windows | |||||
| * | Fixed bug in ALTER TABLE for MERGE tables | monty@bitch.mysql.fi | 2001-08-10 | 1 | -1/+1 | |
| | | | | | | | | | | | | Portability fixes Fixed problem when giving wrong arguments to myisam_recover Fix to remove warnings when using purify | |||||
* | | Merge work:/home/bk/mysql into serg.mysql.com:/usr/home/serg/Abk/mysql | serg@serg.mysql.com | 2001-08-08 | 3 | -7/+99 | |
|\ \ | |/ | ||||||
| * | Fix when using --without-server --with-thread-safe-client | monty@tik.mysql.fi | 2001-08-04 | 2 | -40/+21 | |
| | | | | | | | | | | | | Added prototype for my_thread_end New error message for MATCH Give error when using myisamchk --force --readonly | |||||
| * | Merge work:/home/bk/mysql | sasha@mysql.sashanet.com | 2001-07-30 | 1 | -0/+38 | |
| |\ | | | | | | | | | | into mysql.sashanet.com:/home/sasha/src/bk/mysql | |||||
| | * | added test case for fulltext join bug | sasha@mysql.sashanet.com | 2001-07-30 | 1 | -0/+38 | |
| | | | ||||||
| * | | Fixed optimizer bug in ORDER BY where some ORDER BY parts where ignored. | monty@tik.mysql.fi | 2001-07-30 | 2 | -5/+78 | |
| |/ | | | | | | | Extended default arguments to be up to 4095 characters | |||||
* | | fulltext_update.result BitKeeper file ↵ | serg@serg.mysql.com | 2001-07-27 | 2 | -0/+27 | |
|/ | | | | | | /usr/home/serg/Abk/mysql/mysql-test/r/fulltext_update.result fulltext_update.test BitKeeper file /usr/home/serg/Abk/mysql/mysql-test/t/fulltext_update.test | |||||
* | Add test case for update/replace bug in bdb. | tim@white.box | 2001-07-24 | 2 | -0/+9 | |
| | | | | Remove unused argument to ha_berkeley::remove_key(). | |||||
* | fixed mysterious offset confusion bug | sasha@mysql.sashanet.com | 2001-07-18 | 3 | -2/+56 | |
| | | | | | | added a test case for it - took some creative work to figure out how to make it happen at will updated the manual | |||||
* | Fixed problem with part keys and BDB tables | monty@hundin.mysql.fi | 2001-07-18 | 1 | -0/+11 | |
| | ||||||
* | bdb.test new test for a bug report | tim@white.box | 2001-07-17 | 1 | -0/+15 | |
| | ||||||
* | Added timeouts to make lock test repeatable | monty@hundin.mysql.fi | 2001-07-17 | 2 | -1/+5 | |
| | ||||||
* | Made replication test portable accross table handlers | monty@tik.mysql.fi | 2001-07-16 | 2 | -9/+11 | |
| | ||||||
* | Merge | monty@tik.mysql.fi | 2001-07-16 | 4 | -0/+30 | |
|\ | ||||||
| * | Patch for netBSD | monty@tik.mysql.fi | 2001-07-16 | 4 | -0/+30 | |
| | | | | | | | | | | | | Added warning for tables where the auto_increment key is 0 Fixed DELETE ... LIMIT 0 Fixed UPDATE ..LIMIT 0 | |||||
* | | updated lock test | sasha@mysql.sashanet.com | 2001-07-13 | 2 | -0/+18 | |
| | | ||||||
* | | test case for low priority updates race bug | sasha@mysql.sashanet.com | 2001-07-13 | 2 | -0/+24 | |
|/ | | | | not yet fixed | |||||
* | fixed float test result for updated test case | sasha@mysql.sashanet.com | 2001-06-28 | 1 | -0/+2 | |
| | ||||||
* | Merge work:/home/bk/mysql | sasha@mysql.sashanet.com | 2001-06-28 | 3 | -0/+32 | |
|\ | | | | | | | into mysql.sashanet.com:/home/sasha/src/bk/mysql | |||||
| * | fixed message in post-commit trigger | sasha@mysql.sashanet.com | 2001-06-28 | 3 | -0/+32 | |
| | | | | | | | | | | added debugging options to master to behave sporadically, and a test case to make sure the slave can deal with it | |||||
* | | Allow floats of type 1.0e1 | monty@hundin.mysql.fi | 2001-06-28 | 1 | -1/+2 | |
|/ | ||||||
* | merged test from 4.0 | sasha@mysql.sashanet.com | 2001-06-21 | 2 | -0/+20 | |
| | ||||||
* | fixed drop/create database bug when holding global read lock | sasha@mysql.sashanet.com | 2001-06-21 | 4 | -0/+37 | |
| | | | | preserve originating server id in Intvar events to avoid inifinite loops | |||||
* | UNIQUE keys are not anymore shown as PRIMARY KEY | monty@hundin.mysql.fi | 2001-06-21 | 2 | -0/+17 | |
| | ||||||
* | Fixed bug in mysqlcheck when using --fast | monty@hundin.mysql.fi | 2001-06-19 | 6 | -2/+36 | |
| | | | | | | Fixed problem when converting bigint to double. Fixed bug in count(distinct null) Fixed bug with empty BDB tables. | |||||
* | Added --skip-stack to mysql-test-run | monty@hundin.mysql.fi | 2001-06-12 | 1 | -4/+5 | |
| | ||||||
* | Fixed wrong mysql-test | monty@hundin.mysql.fi | 2001-06-12 | 2 | -1/+2 | |
| | | | | New german error messages | |||||
* | Merge work:/home/bk/mysql into hundin.mysql.fi:/my/bk/mysql | monty@hundin.mysql.fi | 2001-06-12 | 2 | -0/+16 | |
|\ | ||||||
| * | Added --verbose option to mysqlshow | monty@hundin.mysql.fi | 2001-06-12 | 2 | -0/+16 | |
| | | | | | | | | Fixes for making distribution | |||||
* | | send a separate commit message to internals | sasha@mysql.sashanet.com | 2001-06-11 | 2 | -0/+20 | |
|/ | | | | added a test for check table | |||||
* | Changed compare in MyISAM to use my_pread() | monty@tik.mysql.fi | 2001-06-11 | 4 | -2/+22 | |
| | | | | | | | Fixed that @VAR shows all decimals Fixed problem with FLUSH TABLES and LOCK TABLE CREATE ... SELECT now creates keys later Reset AUTO_INCREMENT order if droping AUTO_INCREMENT key | |||||
* | Changed innodb_unix_file_flush_method -> innodb_flush_method | monty@hundin.mysql.fi | 2001-06-07 | 1 | -0/+6 | |
| | | | | Cleaned up error messages. |