Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix for SHOW, it didn't display CHARACTER SET and COLLATE clause | bar@bar.mysql.r18.ru | 2003-03-04 | 1 | -1/+1 |
* | Merge with 3.23 -> 4.0 | monty@narttu.mysql.fi | 2003-02-28 | 1 | -4/+1 |
|\ | |||||
| * | Added detection if pthread_attr_getstacksize() exists | monty@narttu.mysql.fi | 2003-02-27 | 1 | -4/+1 |
* | | Merge work:/my/mysql-4.1 into narttu.mysql.fi:/my/mysql-4.1 | monty@narttu.mysql.fi | 2003-02-27 | 1 | -2/+2 |
|\ \ | |||||
| * \ | Merge with 4.0 | monty@narttu.mysql.fi | 2003-02-27 | 1 | -1/+2 |
| |\ \ | | |/ | |||||
| | * | Merge narttu.mysql.fi:/my/mysql-3.23 into narttu.mysql.fi:/my/mysql-4.0 | monty@narttu.mysql.fi | 2003-02-26 | 1 | -1/+2 |
| | |\ | |||||
| | | * | Fix for SHOW TABLE STATUS with empty .frm file | monty@narttu.mysql.fi | 2003-02-26 | 1 | -1/+1 |
| | | * | Comment column in SHOW TABLE STATUS now reports that it can | monty@narttu.mysql.fi | 2003-02-26 | 1 | -0/+1 |
| * | | | Portability fixes | monty@narttu.mysql.fi | 2003-02-27 | 1 | -1/+0 |
* | | | | sql_show.cc: | bar@bar.mysql.r18.ru | 2003-02-26 | 1 | -7/+7 |
|/ / / | |||||
* | | | 1. Fix for the crash in debug mode when the .frm is corrupted and SHOW TABLE ... | venu@myvenu.com | 2003-02-24 | 1 | -1/+2 |
* | | | Bug fix: for SHOW STATUS (when ssl is used) | gluh@gluh.mysql.r18.ru | 2003-02-17 | 1 | -1/+1 |
* | | | After merge fixes & remove compiler warnings | monty@mashka.mysql.fi | 2003-02-07 | 1 | -3/+3 |
* | | | Merge with 4.0.11 | monty@mashka.mysql.fi | 2003-02-04 | 1 | -0/+2 |
|\ \ \ | |/ / | |||||
| * | | merge with 3.23.56 to get patches for --lower-case-table-names and | monty@mashka.mysql.fi | 2003-01-29 | 1 | -0/+2 |
| |\ \ | | |/ | |||||
| | * | Fixed handling of lower_case_table_names in SHOW TABLE STATUS, mysql_list_fie... | monty@mashka.mysql.fi | 2003-01-29 | 1 | -0/+2 |
* | | | fixed bug in determinating uncacheable queries | bell@sanja.is.com.ua | 2003-01-30 | 1 | -1/+1 |
* | | | Conflicts resolving | hf@deer.mysql.r18.ru | 2003-01-20 | 1 | -70/+100 |
|\ \ \ | |||||
| * | | | Added --compatible mode to mysqldump. | jani@rhols221.adsl.netsonic.fi | 2003-01-16 | 1 | -1/+3 |
| * | | | Added support sql_mode, which can be used to produce various outputs | jani@rhols221.adsl.netsonic.fi | 2003-01-16 | 1 | -70/+98 |
* | | | | SCRUM | hf@deer.mysql.r18.ru | 2003-01-20 | 1 | -13/+2 |
* | | | | resolving conflicts | hf@deer.mysql.r18.ru | 2003-01-15 | 1 | -14/+40 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge work:/home/bk/mysql-4.1 into mashka.mysql.fi:/home/my/mysql-4.1 | monty@mashka.mysql.fi | 2003-01-09 | 1 | -0/+2 |
| |\ \ \ | |||||
| | * \ \ | merge with 4.0.9 | monty@mashka.mysql.fi | 2003-01-09 | 1 | -0/+2 |
| | |\ \ \ | | | |/ / | |||||
| | | * | | Fix embedded server crash | miguel@hegel.br | 2003-01-07 | 1 | -0/+2 |
| * | | | | Separating CHARSET and COLLATION terms | bar@bar.mysql.r18.ru | 2003-01-09 | 1 | -1/+18 |
| |/ / / | |||||
| * | | | merge | monty@mashka.mysql.fi | 2003-01-04 | 1 | -4/+8 |
| |\ \ \ | |||||
| | * \ \ | Merge with 4.0.8 | monty@mashka.mysql.fi | 2003-01-03 | 1 | -4/+8 |
| | |\ \ \ | | | |/ / | |||||
| | | * | | Changed thd variables max_join_size and select_limit to type ha_rows. | monty@mashka.mysql.fi | 2002-12-20 | 1 | -0/+3 |
| | | * | | Merge with 3.23 | monty@mashka.mysql.fi | 2002-12-11 | 1 | -4/+5 |
| | | |\ \ | | | | |/ | |||||
| | | | * | Fixed rare bug in show processlist which could cause core dump if a new threa... | monty@mashka.mysql.fi | 2002-12-11 | 1 | -5/+7 |
| | | | * | Proper fix for SHOW VARS on 64-bit systems | Sinisa@sinisa.nasamreza.org | 2002-12-02 | 1 | -1/+4 |
| | | | * | moving fix elsewhere ... | Sinisa@sinisa.nasamreza.org | 2002-12-02 | 1 | -1/+1 |
| | | | * | Better fix for 64 bit CPU .. | Sinisa@sinisa.nasamreza.org | 2002-11-28 | 1 | -1/+1 |
| | | | * | fix for SHOW VARS for IA64 and other 64 bit systems | Sinisa@sinisa.nasamreza.org | 2002-11-27 | 1 | -1/+1 |
| * | | | | Some changes to separate charset and collation terms | bar@bar.mysql.r18.ru | 2003-01-04 | 1 | -4/+11 |
| * | | | | merging | bell@sanja.is.com.ua | 2002-12-31 | 1 | -2/+2 |
| |\ \ \ \ | |||||
| | * | | | | postreview fix (SCRUM) | bell@sanja.is.com.ua | 2002-12-28 | 1 | -2/+2 |
| | |/ / / | |||||
| * | | | | Merge sinisa@work.mysql.com:/home/bk/mysql-4.1 | Sinisa@sinisa.nasamreza.org | 2002-12-30 | 1 | -2/+0 |
| |\ \ \ \ | |||||
| | * | | | | Fix compiler warnings removing unreferenced variables | miguel@hegel.br | 2002-12-29 | 1 | -2/+0 |
| | |/ / / | |||||
| * | | | | Many fixes. | Sinisa@sinisa.nasamreza.org | 2002-12-24 | 1 | -1/+1 |
| |/ / / | |||||
* | | | | SCRUM | hf@deer.mysql.r18.ru | 2003-01-15 | 1 | -7/+13 |
* | | | | Merge | hf@deer.mysql.r18.ru | 2002-12-19 | 1 | -1/+1 |
|\ \ \ \ | |/ / / | |||||
| * | | | thd_charset has been moved to variables structure | bar@bar.mysql.r18.ru | 2002-12-19 | 1 | -1/+1 |
* | | | | Merging | hf@deer.mysql.r18.ru | 2002-12-17 | 1 | -1/+1 |
|\ \ \ \ | |/ / / | |||||
| * | | | Some fixes to get closer to UCS2 compatible SHOW FIELDS | bar@bar.mysql.r18.ru | 2002-12-17 | 1 | -1/+1 |
* | | | | Merging | hf@deer.mysql.r18.ru | 2002-12-16 | 1 | -7/+16 |
|\ \ \ \ | |/ / / |/| | | | |||||
| * | | | Big purge about embedded library (scrum) | hf@deer.mysql.r18.ru | 2002-12-16 | 1 | -6/+17 |
| * | | | Some fixes | hf@deer.mysql.r18.ru | 2002-12-12 | 1 | -1/+2 |
| * | | | Pull conflicts resolutions | hf@genie.(none) | 2002-11-29 | 1 | -21/+25 |
| |\ \ \ |