summaryrefslogtreecommitdiff
path: root/mysql-test
Commit message (Collapse)AuthorAgeFilesLines
...
* Merge work:/home/bk/mysql into hundin.mysql.fi:/my/bk/mysqlmonty@hundin.mysql.fi2001-09-121-1/+1
|\
| * First drop merge table, then other tablesmonty@tik.mysql.fi2001-09-121-1/+1
| |
* | Merge work:/home/bk/mysqlsasha@mysql.sashanet.com2001-09-106-8/+81
|\ \ | |/ | | | | into mysql.sashanet.com:/home/sasha/src/bk/mysql
| * Fix bugs when using LOCK TABLES with BDB tablesmonty@hundin.mysql.fi2001-09-082-8/+22
| | | | | | | | Optimized remove of key when using internal cursor in BDB tables.
| * Ensure that libmysqlclient doesn't use raidmonty@hundin.mysql.fi2001-09-044-0/+59
| | | | | | | | Fix problem with MyISAM and rows of length 65517-65520
* | fixed IDENTITY crisissasha@mysql.sashanet.com2001-09-102-0/+6
|/
* replicated get_lock() properlysasha@mysql.sashanet.com2001-08-312-0/+20
|
* Test that all MERGE tables comes from the same databasemonty@hundin.mysql.fi2001-08-291-1/+5
|
* Fixed that LOAD DATA INFILE works with transactions.monty@hundin.mysql.fi2001-08-284-4015/+26
| | | | Fix for lower case filenames
* test case for InnoDB replace/auto_increment bug when insert_id is sasha@mysql.sashanet.com2001-08-242-0/+26
| | | | forced by the user
* Fixes for OS2.monty@hundin.mysql.fi2001-08-222-2/+2
| | | | | Fix bug in isamlog Add argument types to function declarations.
* Portability fixes.monty@hundin.mysql.fi2001-08-211-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
* mergemonty@hundin.mysql.fi2001-08-185-12/+17
|\
| * Portability fixes.monty@hundin.mysql.fi2001-08-185-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 thatsasha@mysql.sashanet.com2001-08-162-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.fi2001-08-102-1/+7
|
* mergemonty@hundin.mysql.fi2001-08-102-1/+10
|\
| * Portability fixesmonty@hundin.mysql.fi2001-08-101-0/+9
| | | | | | | | | | | | Added record_rnd_buffer Added --safe-user-create Fix for ALTER TABLE RENAME on windows
| * Fixed bug in ALTER TABLE for MERGE tablesmonty@bitch.mysql.fi2001-08-101-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/mysqlserg@serg.mysql.com2001-08-083-7/+99
|\ \ | |/
| * Fix when using --without-server --with-thread-safe-clientmonty@tik.mysql.fi2001-08-042-40/+21
| | | | | | | | | | | | Added prototype for my_thread_end New error message for MATCH Give error when using myisamchk --force --readonly
| * Merge work:/home/bk/mysqlsasha@mysql.sashanet.com2001-07-301-0/+38
| |\ | | | | | | | | | into mysql.sashanet.com:/home/sasha/src/bk/mysql
| | * added test case for fulltext join bugsasha@mysql.sashanet.com2001-07-301-0/+38
| | |
| * | Fixed optimizer bug in ORDER BY where some ORDER BY parts where ignored.monty@tik.mysql.fi2001-07-302-5/+78
| |/ | | | | | | Extended default arguments to be up to 4095 characters
* | fulltext_update.result BitKeeper file ↵serg@serg.mysql.com2001-07-272-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.box2001-07-242-0/+9
| | | | Remove unused argument to ha_berkeley::remove_key().
* fixed mysterious offset confusion bugsasha@mysql.sashanet.com2001-07-183-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 tablesmonty@hundin.mysql.fi2001-07-181-0/+11
|
* bdb.test new test for a bug reporttim@white.box2001-07-171-0/+15
|
* Added timeouts to make lock test repeatablemonty@hundin.mysql.fi2001-07-172-1/+5
|
* Made replication test portable accross table handlers monty@tik.mysql.fi2001-07-162-9/+11
|
* Mergemonty@tik.mysql.fi2001-07-164-0/+30
|\
| * Patch for netBSDmonty@tik.mysql.fi2001-07-164-0/+30
| | | | | | | | | | | | Added warning for tables where the auto_increment key is 0 Fixed DELETE ... LIMIT 0 Fixed UPDATE ..LIMIT 0
* | updated lock testsasha@mysql.sashanet.com2001-07-132-0/+18
| |
* | test case for low priority updates race bugsasha@mysql.sashanet.com2001-07-132-0/+24
|/ | | | not yet fixed
* fixed float test result for updated test casesasha@mysql.sashanet.com2001-06-281-0/+2
|
* Merge work:/home/bk/mysqlsasha@mysql.sashanet.com2001-06-283-0/+32
|\ | | | | | | into mysql.sashanet.com:/home/sasha/src/bk/mysql
| * fixed message in post-commit triggersasha@mysql.sashanet.com2001-06-283-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.0e1monty@hundin.mysql.fi2001-06-281-1/+2
|/
* merged test from 4.0sasha@mysql.sashanet.com2001-06-212-0/+20
|
* fixed drop/create database bug when holding global read locksasha@mysql.sashanet.com2001-06-214-0/+37
| | | | preserve originating server id in Intvar events to avoid inifinite loops
* UNIQUE keys are not anymore shown as PRIMARY KEYmonty@hundin.mysql.fi2001-06-212-0/+17
|
* Fixed bug in mysqlcheck when using --fastmonty@hundin.mysql.fi2001-06-196-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-runmonty@hundin.mysql.fi2001-06-121-4/+5
|
* Fixed wrong mysql-testmonty@hundin.mysql.fi2001-06-122-1/+2
| | | | New german error messages
* Merge work:/home/bk/mysql into hundin.mysql.fi:/my/bk/mysqlmonty@hundin.mysql.fi2001-06-122-0/+16
|\
| * Added --verbose option to mysqlshowmonty@hundin.mysql.fi2001-06-122-0/+16
| | | | | | | | Fixes for making distribution
* | send a separate commit message to internalssasha@mysql.sashanet.com2001-06-112-0/+20
|/ | | | added a test for check table
* Changed compare in MyISAM to use my_pread()monty@tik.mysql.fi2001-06-114-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_methodmonty@hundin.mysql.fi2001-06-071-0/+6
| | | | Cleaned up error messages.