Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | removed old way to prevent using stack tables for caching Items in PS | bell@sanja.is.com.ua | 2004-04-04 | 1 | -1/+0 |
* | fix for table/field caching mechanism | bell@sanja.is.com.ua | 2004-04-01 | 1 | -0/+1 |
* | To save 32KB memory per thread when --log-bin is not used, we do not | guilhem@mysql.com | 2004-03-26 | 1 | -1/+5 |
* | merge | bell@sanja.is.com.ua | 2004-03-09 | 1 | -1/+5 |
|\ | |||||
| * | revision of fix_fields() calls (BUG2838) | bell@sanja.is.com.ua | 2004-02-18 | 1 | -1/+5 |
* | | Desperate attempt to push part of prepared statements cleanup which was | konstantin@oak.local | 2004-03-02 | 1 | -11/+2 |
* | | my_gethwaddr() for linux/freebsd | serg@serg.mylan | 2004-02-27 | 1 | -7/+1 |
* | | merge | bell@sanja.is.com.ua | 2004-02-17 | 1 | -1/+22 |
|\ \ | |/ |/| | |||||
| * | memory leacks in PS with subqueries fixed (adddition to fix of BUG#2462) | bell@sanja.is.com.ua | 2004-02-12 | 1 | -4/+10 |
| * | merge | bell@sanja.is.com.ua | 2004-02-09 | 1 | -1/+16 |
| |\ | |||||
| | * | fixed subquery with PS (BUG#2462) | bell@sanja.is.com.ua | 2004-02-08 | 1 | -1/+16 |
* | | | Merge with 4.0.18 | monty@mysql.com | 2004-02-11 | 1 | -0/+2 |
|\ \ \ | |/ / |/| | | |||||
| * | | Merge eagle.mysql.r18.ru:/home/vva/work/mysql.orig/clear/mysql-4.0 | vva@eagle.mysql.r18.ru | 2004-02-05 | 1 | -0/+2 |
| |\ \ | |||||
| | * | | code cleanup | vva@eagle.mysql.r18.ru | 2004-02-05 | 1 | -1/+1 |
| | * | | added checking for bootstrap in select_send::send_data | vva@eagle.mysql.r18.ru | 2004-02-04 | 1 | -0/+2 |
| * | | | Fixed parsing of column names and foreign key constraints in Innobase to hand... | monty@mysql.com | 2004-01-30 | 1 | -8/+14 |
| |/ / | |||||
* | | | Added --compact to mysqlbinlog | monty@mysql.com | 2004-02-09 | 1 | -1/+1 |
* | | | merge | monty@mysql.com | 2004-02-05 | 1 | -49/+61 |
|\ \ \ | |_|/ |/| | | |||||
| * | | Added SQL_SELECT::cleanup() to make it easier to reuse SQL_SELECT item's for ... | monty@mysql.com | 2004-02-05 | 1 | -49/+61 |
* | | | bugfix to #1224 | hf@deer.(none) | 2004-01-27 | 1 | -2/+0 |
|/ / | |||||
* | | merge | bell@sanja.is.com.ua | 2004-01-17 | 1 | -1/+1 |
|\ \ | |||||
| * | | removed droping field->query_id for reinitialization tables for subquery. | bell@sanja.is.com.ua | 2004-01-03 | 1 | -1/+1 |
* | | | Fixed Bug#2123, mysqld segmentation faulted when it tried to | jani@rhols221.adsl.netsonic.fi | 2004-01-15 | 1 | -45/+32 |
* | | | Fix for 1224 (USER() CURRENT_USER() functions in embedded library) | hf@deer.(none) | 2004-01-07 | 1 | -1/+3 |
|/ / | |||||
* | | short patch for bug #2184 'Prepared statements in embedded library was | konstantin@oak.local | 2003-12-23 | 1 | -0/+2 |
* | | THD::init_for_queries() pushed back: | konstantin@oak.local | 2003-12-21 | 1 | -6/+17 |
* | | Prepared_statement deployed instead of PREP_STMT. | konstantin@oak.local | 2003-12-20 | 1 | -34/+106 |
* | | THD::lex now points to THD::main_lex like in 5.0 | konstantin@oak.local | 2003-12-19 | 1 | -2/+3 |
* | | Added missing SSL library (Should be in source distribution) | monty@mysql.com | 2003-11-28 | 1 | -2/+13 |
* | | fix for bug #1946: | konstantin@oak.local | 2003-11-25 | 1 | -2/+2 |
* | | Removed some warnings reported by valgrind | monty@narttu.mysql.fi | 2003-11-04 | 1 | -1/+1 |
* | | Merge with 4.0 | monty@narttu.mysql.fi | 2003-11-04 | 1 | -0/+5 |
|\ \ | |/ | |||||
| * | 4 small items in this: | guilhem@mysql.com | 2003-10-31 | 1 | -0/+5 |
* | | Merge | monty@narttu.mysql.fi | 2003-11-03 | 1 | -3/+9 |
|\ \ | |||||
| * | | Simplified 'wrong xxx name' error messages by introducing 'general' ER_WRONG_... | monty@narttu.mysql.fi | 2003-11-03 | 1 | -3/+9 |
* | | | Cleanups (comments and compiler warnings) | monty@mysql.com | 2003-11-02 | 1 | -0/+2 |
|/ / | |||||
* | | after merge fix | bell@sanja.is.com.ua | 2003-10-24 | 1 | -0/+3 |
* | | Merge commit | gluh@gluh.mysql.r18.ru | 2003-10-20 | 1 | -0/+3 |
|\ \ | |||||
| * | | Scrum task 835 - text-to-datetime conversion function | gluh@gluh.mysql.r18.ru | 2003-10-20 | 1 | -0/+3 |
* | | | Merge bk-internal.mysql.com:/home/bk/mysql-4.1 | monty@mashka.mysql.fi | 2003-10-15 | 1 | -4/+7 |
|\ \ \ | |||||
| * | | | Portability fixes for windows | monty@mashka.mysql.fi | 2003-10-15 | 1 | -3/+5 |
| * | | | Add warnings for single line inserts. To do this I had to convert count_cuted... | monty@mashka.mysql.fi | 2003-10-11 | 1 | -1/+2 |
* | | | | Many files: | heikki@hundin.mysql.fi | 2003-10-13 | 1 | -0/+1 |
|/ / / | |||||
* | | | Fixed bug in error handling of CREATE ... SELECT | monty@narttu.mysql.fi | 2003-10-08 | 1 | -6/+10 |
* | | | Merge laptop.sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1 | bell@laptop.sanja.is.com.ua | 2003-10-07 | 1 | -1/+1 |
|\ \ \ | |||||
| * | | | fixed error names | bell@laptop.sanja.is.com.ua | 2003-10-06 | 1 | -1/+1 |
* | | | | Merge | bell@laptop.sanja.is.com.ua | 2003-10-06 | 1 | -4/+6 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge | hf@deer.(none) | 2003-09-26 | 1 | -1/+3 |
| |\ \ \ | |||||
| | * | | | SCRUM: | hf@deer.(none) | 2003-09-26 | 1 | -1/+3 |
| * | | | | SCRUM | hf@deer.(none) | 2003-09-18 | 1 | -1/+1 |
| |/ / / |