Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | --with-charset was not up to date | bar@bar.mysql.r18.ru | 2003-05-26 | 3 | -3/+3 |
* | symlink.result: | mysql@home.(none) | 2003-05-24 | 1 | -2/+4 |
* | Character set sets now check if required non-dynamic charsets were really com... | bar@bar.mysql.r18.ru | 2003-05-23 | 8 | -8/+23 |
* | SHOW FIELDS changes, more SQL99 INFORMATION_SCHEMA.COLUMNS compatibility: | bar@bar.mysql.r18.ru | 2003-05-23 | 11 | -160/+160 |
* | CREATE TABLE t1 SELECT left(_latin2'a',1) didn't work, the charset got lost | bar@bar.mysql.r18.ru | 2003-05-23 | 2 | -0/+65 |
* | More tests for system functions | bar@bar.mysql.r18.ru | 2003-05-23 | 2 | -4/+64 |
* | Cleaning DROP TABLE which is important if the tests are run in a certain order. | guilhem@mysql.com | 2003-05-22 | 2 | -3/+12 |
* | Updated results & after merge fix | monty@mashka.mysql.fi | 2003-05-22 | 2 | -1/+8 |
* | merge | monty@mashka.mysql.fi | 2003-05-22 | 71 | -248/+1473 |
|\ | |||||
| * | After merge fixes | monty@mashka.mysql.fi | 2003-05-21 | 28 | -118/+123 |
| * | Merge with 4.0.13 | monty@narttu.mysql.fi | 2003-05-19 | 64 | -205/+1428 |
| |\ | |||||
| | * | Portability fix for 64 bit machines | monty@narttu.mysql.fi | 2003-05-14 | 2 | -1/+2 |
| | * | Fixed bug in CREATE ... DECIMAL(-1,1). Bug #432 | monty@narttu.mysql.fi | 2003-05-14 | 3 | -1/+18 |
| | * | Fix for MacOSX and symlinks | monty@narttu.mysql.fi | 2003-05-14 | 7 | -1/+53 |
| | * | Merge bk-internal.mysql.com:/home/bk/mysql-4.0 | monty@narttu.mysql.fi | 2003-05-13 | 4 | -14/+24 |
| | |\ | |||||
| | | * | Merge bk-internal.mysql.com:/home/bk/mysql-4.0 | jani@hynda.(none) | 2003-05-13 | 6 | -26/+26 |
| | | |\ | |||||
| | | * | | Fixed a bug in DROP DATABASE when database had a RAID type table. | jani@hynda.(none) | 2003-05-13 | 2 | -0/+6 |
| | | * | | - Fixed a bug in myisam_max_[extra]_sort_file_size, bug ID 339 and 342 | jani@hynda.(none) | 2003-05-13 | 2 | -14/+18 |
| | * | | | Merge bk-internal.mysql.com:/home/bk/mysql-4.0 | monty@narttu.mysql.fi | 2003-05-13 | 6 | -26/+26 |
| | |\ \ \ | | | | |/ | | | |/| | |||||
| | | * | | Merge pmartin@bk-internal.mysql.com:/home/bk/mysql-4.0 | pem@mysql.com | 2003-05-13 | 4 | -10/+22 |
| | | |\ \ | |||||
| | | | * | | Forgot to correct comment in key.test (after fixing bug 390). | pem@mysql.com | 2003-05-13 | 1 | -1/+1 |
| | | | * | | Fix of bug 390: primary key now implies (silently) NOT NULL for key fields. | pem@mysql.com | 2003-05-13 | 4 | -9/+21 |
| | | | |/ | |||||
| | | * | | - disabled all "EXPLAIN SELECT" tests from the InnoDB test because of | lenz@mysql.com | 2003-05-13 | 2 | -16/+4 |
| | | |/ | |||||
| | * | | Fixed 'Unknown error' when using 'UPDATE ... LIMIT'. Bug 373 | monty@narttu.mysql.fi | 2003-05-13 | 2 | -0/+29 |
| | * | | Fixed problem with ansi mode and GROUP BY with constants. (Bug #387) | monty@narttu.mysql.fi | 2003-05-13 | 3 | -0/+28 |
| | * | | Fix for UNION and LEFT JOIN (Bug #386) | monty@narttu.mysql.fi | 2003-05-13 | 2 | -2/+118 |
| | |/ | |||||
| | * | Merge bk-internal.mysql.com:/home/bk/mysql-4.0 | monty@mashka.mysql.fi | 2003-05-13 | 1 | -23/+5 |
| | |\ | |||||
| | | * | Removed timing of tests from mysql-test-run. | jani@rhols221.adsl.netsonic.fi | 2003-05-13 | 1 | -23/+5 |
| | * | | Safety fix to enable RAID in max binaries | monty@mashka.mysql.fi | 2003-05-13 | 4 | -0/+18 |
| | |/ | |||||
| | * | Merge bk-internal.mysql.com:/home/bk/mysql-4.0 | monty@narttu.mysql.fi | 2003-05-05 | 3 | -0/+25 |
| | |\ | |||||
| | | * | Fixed that reading a DATE string of 000000 is interpreted as 0000-00-00 inste... | monty@narttu.mysql.fi | 2003-05-05 | 3 | -0/+25 |
| | * | | result updated | serg@serg.mylan | 2003-05-04 | 1 | -0/+11 |
| | * | | "delete from table where const" bug fixed | serg@serg.mylan | 2003-05-03 | 1 | -0/+6 |
| | * | | Merge bk-internal:/home/bk/mysql-4.0/ | serg@serg.mylan | 2003-05-03 | 2 | -13/+25 |
| | |\ \ | | | |/ | |||||
| | | * | Merge bk-internal.mysql.com:/home/bk/mysql-4.0 | monty@narttu.mysql.fi | 2003-05-03 | 2 | -13/+25 |
| | | |\ | |||||
| | | | * | Fix problem where key_read was not cleaned up properly, which caused assert i... | monty@narttu.mysql.fi | 2003-05-03 | 2 | -13/+25 |
| | * | | | test case added | serg@serg.mylan | 2003-05-03 | 2 | -0/+8 |
| | |/ / | |||||
| | * | | removing architecture dependent test | Sinisa@sinisa.nasamreza.org | 2003-04-30 | 2 | -4/+0 |
| | * | | merge fix | Sinisa@sinisa.nasamreza.org | 2003-04-29 | 16 | -51/+274 |
| | |\ \ | | | |/ | |||||
| | | * | - Removed two EXPLAIN SELECT statements from the InnoDB test suite | lenz@mysql.com | 2003-04-28 | 2 | -8/+0 |
| | | * | Fixed problem when comparing a key for a multi-byte-character set. (bug 152) | monty@mashka.mysql.fi | 2003-04-27 | 7 | -14/+104 |
| | | * | Merge with 3.23: | monty@mashka.mysql.fi | 2003-04-26 | 3 | -11/+28 |
| | | |\ | |||||
| | | | * | Fixed problem with timestamps in binary log on 64 bit machines | monty@narttu.mysql.fi | 2003-04-23 | 2 | -0/+17 |
| | | | * | Changed innobase_flush_log_at_trx_commit to be 1 as default | monty@mashka.mysql.fi | 2003-04-07 | 1 | -11/+11 |
| | | * | | Fix for -fbranch-probabilites (bug 268) | monty@mashka.mysql.fi | 2003-04-26 | 7 | -18/+142 |
| | * | | | code cleanup | Sinisa@sinisa.nasamreza.org | 2003-04-29 | 2 | -1/+2 |
| | * | | | merge fix | Sinisa@sinisa.nasamreza.org | 2003-04-26 | 19 | -74/+459 |
| | |\ \ \ | | | |/ / | |||||
| | | * | | filesort.cc, order_by.result: | igor@hundin.mysql.fi | 2003-04-26 | 2 | -0/+39 |
| | | * | | Merge lgrimmer@build.mysql.com:/home/bk/mysql-4.0 | lenz@mysql.com | 2003-04-25 | 1 | -3/+3 |
| | | |\ \ | |||||
| | | | * | | - Updated innodb test results on Heikki's request (InnoDB now supports | lenz@mysql.com | 2003-04-25 | 1 | -3/+3 |