Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | The BIT patch by ramil causes that the old data type BIT is no | mleich@mysql.com | 2004-12-17 | 11 | -284/+284 |
* | Fix of test-suite failures which popped up after addition of federated | dlenev@brandersnatch.localdomain | 2004-12-17 | 2 | -2/+2 |
* | WL# 2094 Federated Storage Handler, added fixes per suggestions by Bar and An... | patg@patrick-galbraiths-computer.local | 2004-12-16 | 2 | -17/+102 |
* | Merge pgalbraith@bk-internal.mysql.com:/home/bk/mysql-5.0 | patg@patrick-galbraiths-computer.local | 2004-12-16 | 5 | -0/+993 |
|\ | |||||
| * | First commit to mysql-5.0 tree to include MySQL Federated Storage Handler. Th... | patg@patrick-galbraiths-computer.local | 2004-12-11 | 5 | -0/+993 |
* | | Merge | brian@avenger.(none) | 2004-12-16 | 2 | -0/+1210 |
|\ \ | |||||
| * | | A few simple fixes plus the added support of being able to repair the meta da... | brian@avenger.(none) | 2004-12-09 | 2 | -0/+1210 |
* | | | Fix for BUG#7266. | timour@mysql.com | 2004-12-16 | 1 | -6/+6 |
* | | | Fix for bug#7211: information_schema: crash if bad view(after review) | gluh@gluh.mysql.r18.ru | 2004-12-16 | 2 | -0/+17 |
* | | | Merge sgluhov@bk-internal.mysql.com:/home/bk/mysql-5.0 | gluh@gluh.mysql.r18.ru | 2004-12-16 | 4 | -6/+52 |
|\ \ \ | |||||
| * | | | Fix for bug#7212: information_schema: "Can't find file" errors if storage eng... | gluh@gluh.mysql.r18.ru | 2004-12-16 | 4 | -6/+52 |
* | | | | Enlarged group item key_length by a varstring length field. | ingo@mysql.com | 2004-12-16 | 2 | -2/+2 |
|/ / / | |||||
* | | | Fix for bug #7220: information_schema: errors in "character_sets" | gluh@gluh.mysql.r18.ru | 2004-12-14 | 1 | -11/+11 |
* | | | Fx for bug#7221: information_schema: errors in "key_column_usage" | gluh@gluh.mysql.r18.ru | 2004-12-14 | 2 | -11/+11 |
* | | | Fix bug#7222 information_schema: errors in "routines" | gluh@gluh.mysql.r18.ru | 2004-12-14 | 2 | -0/+11 |
* | | | Fix for bug #7223: information_schema: error in "views" | gluh@gluh.mysql.r18.ru | 2004-12-14 | 1 | -3/+3 |
* | | | flush_read_lock_kill-master.opt: | guilhem@mysql.com | 2004-12-13 | 1 | -1/+1 |
* | | | Fix test results that may change from run to run | monty@mysql.com | 2004-12-12 | 3 | -3/+5 |
* | | | Merge bk-internal.mysql.com:/home/bk/mysql-5.0 | monty@mysql.com | 2004-12-12 | 23 | -157/+233 |
|\ \ \ | | |/ | |/| | |||||
| * | | Don't display 'usage' privilege in TABLE_PRIVILEGES if we have columns privil... | gluh@gluh.mysql.r18.ru | 2004-12-10 | 23 | -157/+233 |
* | | | Merge bk-internal.mysql.com:/home/bk/mysql-5.0 | monty@mysql.com | 2004-12-08 | 1 | -0/+6 |
|\ \ \ | |/ / |/| | | |||||
| * | | Fixed that mysql-test-run --ps-protocol works with system_mysql_db_fix.test | monty@mysql.com | 2004-12-08 | 1 | -0/+6 |
* | | | - VARCHAR(n) with binary character set is now displayed as VARBINARY(N). | bar@mysql.com | 2004-12-08 | 9 | -17/+17 |
| |/ |/| | |||||
* | | Added some tests for new varchar. | jani@ua141d10.elisa.omakaista.fi | 2004-12-07 | 2 | -0/+32 |
|/ | |||||
* | Update results for new varchar handling | monty@mysql.com | 2004-12-07 | 28 | -1765/+1838 |
* | Merge with new VARCHAR code | monty@mysql.com | 2004-12-06 | 40 | -200/+1835 |
|\ | |||||
| * | Add support for up to VARCHAR (size up to 65535) | monty@mysql.com | 2004-12-06 | 40 | -200/+1835 |
* | | After merge fixes | monty@mysql.com | 2004-12-06 | 10 | -43/+49 |
* | | Merge with 4.1 | monty@mysql.com | 2004-12-06 | 45 | -22/+23710 |
|\ \ | |||||
| * | | postreview fixes | bell@sanja.is.com.ua | 2004-12-04 | 2 | -2/+39 |
| * | | merge | bell@sanja.is.com.ua | 2004-12-03 | 2 | -0/+13 |
| |\ \ | |||||
| | * \ | Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1 | bell@sanja.is.com.ua | 2004-12-03 | 2 | -0/+13 |
| | |\ \ | |||||
| | | * | | init values to avoid junk returning in case of null value asking without assi... | bell@sanja.is.com.ua | 2004-11-25 | 2 | -0/+13 |
| * | | | | Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1 | bell@sanja.is.com.ua | 2004-12-03 | 42 | -82/+23657 |
| |\ \ \ \ | | |/ / / | |||||
| | * | | | Fix t/rpl_create_database.test: replace version in SHOW BINLOG RESULTS | jimw@mysql.com | 2004-12-03 | 2 | -1/+3 |
| | * | | | Merge | jimw@mysql.com | 2004-12-03 | 9 | -66/+221 |
| | |\ \ \ | |||||
| | | * \ \ | Merge mysql.com:/space/bkroot/mysql-4.1 | mats@mysql.com | 2004-12-03 | 9 | -66/+221 |
| | | |\ \ \ | |||||
| | | | * | | | Bug#6391 (binlog-do-db rules ignored) | mats@mysql.com | 2004-12-03 | 9 | -66/+221 |
| | * | | | | | Manual fixes to merge of fix for Bug #6682 to 4.1. | jimw@mysql.com | 2004-12-03 | 1 | -2/+2 |
| | * | | | | | Merge | jimw@mysql.com | 2004-12-03 | 2 | -0/+22 |
| | |\ \ \ \ \ | | | |/ / / / | | |/| | | | | |||||
| | | * | | | | Prevent adding 'CREATE TABLE .. SELECT' query to the binary log when the | jimw@mysql.com | 2004-12-03 | 2 | -0/+22 |
| | | * | | | | A fix (bug #6878: Crash with engine=memory). | ram@gw.mysql.r18.ru | 2004-12-02 | 2 | -0/+20 |
| | * | | | | | - updated lowercase_table3 test result (T1.InnoDB -> T1.ibd). Failure was | lenz@mysql.com | 2004-12-02 | 1 | -1/+1 |
| | * | | | | | merged on pull | monty@mysql.com | 2004-12-02 | 3 | -1/+25 |
| | |\ \ \ \ \ | |||||
| | | * | | | | | Cleanups during review stage | monty@mysql.com | 2004-12-02 | 4 | -3/+27 |
| | * | | | | | | Merge abotchkov@bk-internal.mysql.com:/home/bk/mysql-4.1 | hf@deer.(none) | 2004-12-02 | 17 | -7/+23219 |
| | |\ \ \ \ \ \ | |||||
| | | * | | | | | | Fixes to make mysql-test-run --embedded-server working | hf@deer.(none) | 2004-12-02 | 17 | -7/+23219 |
| | * | | | | | | | A fix (bug #6878: Crash with engine=memory). | ram@gw.mysql.r18.ru | 2004-12-02 | 2 | -0/+19 |
| | |/ / / / / / | |||||
| | * | | | | | | Fixes (bug #6932: 'revoke all privileges...' doesn't remove all proper column... | ram@gw.mysql.r18.ru | 2004-12-02 | 2 | -0/+33 |
| | * | | | | | | Bug #6379: ENUM values are incorrectly converted | bar@mysql.com | 2004-12-02 | 2 | -0/+60 |