Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Give warnings if wrong date/time/datetime argument for STR_TO_DATE | monty@mysql.com | 2005-03-30 | 1 | -1/+1 |
* | Merge | pekka@mysql.com | 2005-03-28 | 1 | -2/+2 |
|\ | |||||
| * | Merge serg@bk-internal.mysql.com:/home/bk/mysql-4.1/ | serg@serg.mylan | 2005-03-26 | 1 | -2/+2 |
| |\ | |||||
| | * | client/mysqltest.c | serg@serg.mylan | 2005-03-23 | 1 | -2/+2 |
* | | | Resolving merge. | brian@zim.(none) | 2005-03-25 | 1 | -0/+1 |
|\ \ \ | |/ / | |||||
| * | | Fix upgrade/downgrade issue. | brian@zim.(none) | 2005-03-25 | 1 | -0/+1 |
| |/ | |||||
* | | Hack to ensure that CHAR's created in 5.0 are not converted to VARCHAR even i... | monty@mysql.com | 2005-03-22 | 1 | -1/+1 |
* | | Merge with 4.1 | monty@mysql.com | 2005-02-22 | 1 | -0/+1 |
|\ \ | |/ | |||||
| * | Backport my_strntod() from 5.0 | monty@mysql.com | 2005-02-22 | 1 | -0/+1 |
| * | 1. Item now uses my_charset_bin by default, | bar@mysql.com | 2005-01-18 | 1 | -6/+6 |
* | | Precision Math implementation | hf@deer.(none) | 2005-02-09 | 1 | -1/+1 |
* | | Fix after review for | gluh@gluh.mysql.r18.ru | 2005-01-27 | 1 | -0/+12 |
* | | After-merge clean-up | bar@mysql.com | 2005-01-18 | 1 | -4/+4 |
* | | manual merge | konstantin@mysql.com | 2005-01-13 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Fixed a problem with a test. Time could be 0 or 1 seconds, depending | jani@ua141d10.elisa.omakaista.fi | 2005-01-13 | 1 | -1/+1 |
* | | manually merged | serg@sergbook.mysql.com | 2004-12-31 | 1 | -2/+2 |
|\ \ | |/ | |||||
| * | post-merge | serg@sergbook.mysql.com | 2004-12-31 | 1 | -2/+2 |
* | | After merge fixes | monty@mysql.com | 2004-12-31 | 1 | -0/+3 |
* | | Merge with global tree | monty@mysql.com | 2004-12-18 | 1 | -1/+1 |
|\ \ | |||||
| * | | Add 0x before pointers (to help with debugging) | monty@mysql.com | 2004-12-18 | 1 | -1/+1 |
* | | | The BIT patch by ramil causes that the old data type BIT is no | mleich@mysql.com | 2004-12-17 | 1 | -1/+1 |
* | | | Fix of test-suite failures which popped up after addition of federated | dlenev@brandersnatch.localdomain | 2004-12-17 | 1 | -0/+1 |
|/ / | |||||
* | | Don't display 'usage' privilege in TABLE_PRIVILEGES if we have columns privil... | gluh@gluh.mysql.r18.ru | 2004-12-10 | 1 | -2/+3 |
* | | Merge with new VARCHAR code | monty@mysql.com | 2004-12-06 | 1 | -2/+2 |
|\ \ | |||||
| * | | Add support for up to VARCHAR (size up to 65535) | monty@mysql.com | 2004-12-06 | 1 | -2/+2 |
* | | | WL#2050 - CREATE USER and DROP USER and RENAME USER | ingo@mysql.com | 2004-11-25 | 1 | -3/+3 |
* | | | Merge with 4.1 | monty@mysql.com | 2004-11-12 | 1 | -19/+23 |
|\ \ \ | |/ / |/| / | |/ | |||||
| * | After merge fixes | monty@mysql.com | 2004-11-12 | 1 | -19/+23 |
* | | Fixes after merge with 4.1 | monty@mysql.com | 2004-11-03 | 1 | -2/+2 |
* | | merge with 4.1 | monty@mysql.com | 2004-10-29 | 1 | -130/+266 |
|\ \ | |/ | |||||
| * | A fix and test case for Bug#6050 "EXECUTE stmt reports ambiguous field | konstantin@mysql.com | 2004-10-22 | 1 | -1/+1 |
| * | Disabled part of ps_1general.test behaving differently on different builds. | dlenev@brandersnatch.localdomain | 2004-09-26 | 1 | -2/+0 |
| * | Results of WL#1856 "Conversion of client_test.c tests cases to mysqltest | konstantin@mysql.com | 2004-09-25 | 1 | -114/+252 |
| * | Return character strings in table, type, possible_keys, key fields | bar@mysql.com | 2004-09-16 | 1 | -14/+14 |
* | | fix privileges for old style privileges tables on fly (as it do mysql_fix_pri... | bell@sanja.is.com.ua | 2004-10-10 | 1 | -2/+2 |
* | | More fixes for strict mode: | monty@mishka.local | 2004-10-02 | 1 | -2/+2 |
* | | Merge with 4.1 | monty@mysql.com | 2004-09-06 | 1 | -4/+5 |
|\ \ | |/ | |||||
| * | Review of new pushed code (Indentation fixes and simple optimizations) | monty@mysql.com | 2004-08-31 | 1 | -4/+4 |
| * | Updated of test cases for CSV engine. | brian@avenger.(none) | 2004-08-16 | 1 | -0/+1 |
* | | Followup: now we support few more SQL commands in prepared statements. | konstantin@mysql.com | 2004-08-03 | 1 | -5/+0 |
* | | manual merge | serg@serg.mylan | 2004-07-20 | 1 | -7/+7 |
|\ \ | |/ | |||||
| * | results fixed after merge | serg@serg.mylan | 2004-07-20 | 1 | -7/+7 |
* | | standard values for table type in SHOW TABLES (BUG#4603) | bell@sanja.is.com.ua | 2004-07-19 | 1 | -2/+2 |
* | | VIEW | bell@sanja.is.com.ua | 2004-07-16 | 1 | -2/+2 |
* | | After merge fixes | monty@mysql.com | 2004-07-15 | 1 | -2/+2 |
|/ | |||||
* | WL#1564 Intensive test of prepared statements via 'mysqltest' | gordon@zero.local.lan | 2004-07-01 | 1 | -0/+745 |