Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge | vva@eagle.mysql.r18.ru | 2003-04-10 | 38 | -24/+355 |
|\ | |||||
| * | added compress/uncompress function | vva@eagle.mysql.r18.ru | 2003-04-09 | 38 | -2/+332 |
| | | |||||
* | | Merge bk-internal:/home/bk/mysql-4.1 | serg@sergbook.mysql.com | 2003-04-09 | 7 | -2/+303 |
|\ \ | | | | | | | | | | into sergbook.mysql.com:/usr/home/serg/Abk/mysql-4.1 | ||||
| * | | don't increment LAST_INSERT_ID() when incremented value cannot be stored in ↵ | serg@sergbook.mysql.com | 2003-03-31 | 3 | -2/+70 |
| | | | | | | | | | | | | auto_increment column (e.g. is too big) | ||||
| * | | ft benchmark suite: initial checkin | serg@sergbook.mysql.com | 2003-03-29 | 4 | -0/+233 |
| | | | |||||
* | | | - bumped up version number to 4.1.1-alpha now that 4.0.1 has been tagged | lenz@mysql.com | 2003-04-08 | 1 | -1/+1 |
| | | | | | | | | | | | | - tagged ChangeSet@1.1529 as mysql-4.1.0 | ||||
* | | | Use of CHARSWT_INFO *result_collation | bar@bar.mysql.r18.ru | 2003-04-08 | 10 | -77/+118 |
| | | | | | | | | | | | | | | | instead of bool convert_result_charset SET CHARACTER SET inststead of SET NAMES in tests | ||||
* | | | SET NAMES doesn't start recoding | bar@bar.mysql.r18.ru | 2003-04-08 | 7 | -26/+27 |
| | | | | | | | | | | | | SET CHARACTER SET does | ||||
* | | | A better fix for UNION and slow query log. | monty@mashka.mysql.fi | 2003-04-08 | 1 | -27/+44 |
| | | | |||||
* | | | All collation names are now fit into convension | bar@bar.mysql.r18.ru | 2003-04-07 | 15 | -80/+40 |
| | | | |||||
* | | | sys_var_collation is now abstract class | bar@bar.mysql.r18.ru | 2003-04-07 | 11 | -62/+113 |
| | | | | | | | | | | | | | | | Two separate classes sys_var_client_collation and sys_var_literal_collation have been added for "literal_collation" and "client_collation" variables. | ||||
* | | | New methods to store strings with "convert to" argimument | bar@bar.mysql.r18.ru | 2003-04-07 | 3 | -15/+64 |
| | | | |||||
* | | | fixed bug with locales in libedit | vva@eagle.mysql.r18.ru | 2003-04-06 | 4 | -133/+140 |
| | | | |||||
* | | | Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1 | bell@sanja.is.com.ua | 2003-04-05 | 7 | -85/+49 |
|\ \ \ | | | | | | | | | | | | | into sanja.is.com.ua:/home/bell/mysql/bk/work-in-4.1 | ||||
| * | | | Some optimization in SET NAMES | mysql@home.(none) | 2003-04-05 | 7 | -85/+49 |
| | | | | |||||
* | | | | Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1 | bell@sanja.is.com.ua | 2003-04-05 | 3 | -14/+46 |
|\ \ \ \ | |/ / / | | | | | | | | | into sanja.is.com.ua:/home/bell/mysql/bk/work-in-4.1 | ||||
| * | | | sql_yacc.yy: | mysql@home.(none) | 2003-04-05 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | I wonder how it happend that I compiled this! | ||||
| * | | | sql_yacc.yy, set_var.h, set_var.cc: | mysql@home.(none) | 2003-04-05 | 3 | -14/+46 |
| | | | | | | | | | | | | | | | | Optimization of SET NAMES | ||||
* | | | | Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1 | bell@sanja.is.com.ua | 2003-04-05 | 4 | -4/+40 |
|\ \ \ \ | |/ / / |/| | | | | | | | into sanja.is.com.ua:/home/bell/mysql/bk/work-in-4.1 | ||||
| * | | | fixed st_select_lex initialization | bell@sanja.is.com.ua | 2003-04-05 | 4 | -4/+40 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | fixed mustiupdate subselect compatibility (bug 217) | ||||
* | | | | sql_cache.cc: | mysql@home.(none) | 2003-04-05 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | Cast to unsigned char | ||||
* | | | | Merge pmartin@bk-internal.mysql.com:/home/bk/mysql-4.1 | pem@mysql.com | 2003-04-04 | 22 | -1/+22 |
|\ \ \ \ | | | | | | | | | | | | | | | | into mysql.com:/home/pem/work/mysql-4.1 | ||||
| * | | | | Added missing error message (was only added in english/). | pem@mysql.com | 2003-04-04 | 22 | -1/+22 |
| | | | | | | | | | | | | | | | | | | | | Removed extraneous error message from german/errmsg.txt. | ||||
* | | | | | Merge abarkov@build.mysql.com:/home/bk/mysql-4.1 | bar@bar.mysql.r18.ru | 2003-04-04 | 1 | -8/+8 |
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | into bar.mysql.r18.ru:/usr/home/bar/mysql-4.1 | ||||
| * | | | | Index.xml: | bar@bar.mysql.r18.ru | 2003-04-04 | 1 | -8/+8 |
| | | | | | | | | | | | | | | | | | | | | Type | ||||
* | | | | | Updating subselect results after SUBSELECT was changed into SUBQUERY. | pem@mysql.com | 2003-04-04 | 1 | -24/+24 |
| | | | | | |||||
* | | | | | Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-4.1 | ram@mysql.r18.ru | 2003-04-04 | 1 | -8/+9 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | into mysql.r18.ru:/usr/home/ram/work/mysql-4.1.sp | ||||
| * | | | | | Fixed envelope() function. | ram@mysql.r18.ru | 2003-04-04 | 1 | -8/+9 |
| | | | | | | |||||
* | | | | | | Sync string in EXPLAIN code with phrasing of manual (subquery, not subselect). | arjen@george.bitbike.com | 2003-04-04 | 1 | -3/+3 |
| | | | | | | |||||
* | | | | | | gis.txt deleted - updated text merged into manual (mysqldoc tree). | arjen@george.bitbike.com | 2003-04-04 | 1 | -874/+0 |
| | | | | | | |||||
* | | | | | | And got rid of signess warnings... | pem@mysql.com | 2003-04-03 | 1 | -4/+4 |
| | | | | | | |||||
* | | | | | | Merge pmartin@bk-internal.mysql.com:/home/bk/mysql-4.1 | pem@mysql.com | 2003-04-03 | 1 | -1/+1 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | into mysql.com:/home/pem/work/mysql-4.1 | ||||
| * \ \ \ \ \ | Merge akishkin@bk-internal.mysql.com:/home/bk/mysql-4.1 | walrus@mysql.com | 2003-04-04 | 1 | -1/+1 |
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | | | | | | | | | | into mysql.com:/home/walrus/bk/41 | ||||
| | * | | | | | test-transactions.sh: | walrus@mysql.com | 2003-04-03 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | correct misprint in the sub test_update | ||||
* | | | | | | | Got rid of silly compiler errors on HP-UX and SGI Irix. | pem@mysql.com | 2003-04-03 | 1 | -3/+5 |
|/ / / / / / | |||||
* | | | | | | field.cc: | bar@bar.mysql.r18.ru | 2003-04-03 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | Geometry is now large blob | ||||
* | | | | | | Fixed bug in warning handling (Memory was allocated from wrong MEM_ROOT) | monty@narttu.mysql.fi | 2003-04-03 | 5 | -27/+40 |
| | | | | | | |||||
* | | | | | | Merge bk-internal.mysql.com:/home/bk/mysql-4.1 | monty@narttu.mysql.fi | 2003-04-03 | 27 | -75/+300 |
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | | | | | | | into narttu.mysql.fi:/my/mysql-4.1 | ||||
| * | | | | | Merge with 4.0 | monty@narttu.mysql.fi | 2003-04-03 | 27 | -75/+300 |
| |\ \ \ \ \ | |||||
| | * | | | | | After merge fix | monty@narttu.mysql.fi | 2003-04-03 | 1 | -10/+9 |
| | | | | | | | |||||
| | * | | | | | Merge bk-internal.mysql.com:/home/bk/mysql-4.0 | monty@narttu.mysql.fi | 2003-04-03 | 1 | -0/+8 |
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | into narttu.mysql.fi:/my/mysql-4.0 | ||||
| | | * | | | | | add test file for rpl_loaddata.test | vva@eagle.mysql.r18.ru | 2003-04-03 | 1 | -0/+8 |
| | | | | | | | | |||||
| | * | | | | | | Merge bk-internal.mysql.com:/home/bk/mysql-4.0 | monty@narttu.mysql.fi | 2003-04-03 | 4 | -2/+37 |
| | |\ \ \ \ \ \ | | | |/ / / / / | | | | | | | | | | | | | | | | | into narttu.mysql.fi:/my/mysql-4.0 | ||||
| | | * | | | | | Merge vvagin@bk-internal.mysql.com:/home/bk/mysql-4.0 | vva@eagle.mysql.r18.ru | 2003-04-03 | 4 | -2/+37 |
| | | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | into eagle.mysql.r18.ru:/home/vva/work/LOADDATA_BUG/mysql-4.0 | ||||
| | | | * | | | | | added test for replication load data into temporary table with additional ↵ | vva@eagle.mysql.r18.ru | 2003-04-03 | 3 | -2/+31 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | options | ||||
| | | | * | | | | | Merge eagle.mysql.r18.ru:/home/vva/work/mysql.orig/clear/mysql-4.0 | vva@eagle.mysql.r18.ru | 2003-04-03 | 2 | -0/+6 |
| | | | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into eagle.mysql.r18.ru:/home/vva/work/LOADDATA_BUG/mysql-4.0 | ||||
| | | | | * \ \ \ \ | Merge eagle.mysql.r18.ru:/home/vva/work/mysql.orig/clear/mysql-4.0 | vva@eagle.mysql.r18.ru | 2003-03-25 | 2 | -0/+6 |
| | | | | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into eagle.mysql.r18.ru:/home/vva/work/LOADDATA_BUG/mysql-4.0 | ||||
| | | | | | * | | | | | fix bug with parameters of LOAD DATA INFILE in exec_event | vva@eagle.mysql.r18.ru | 2003-03-25 | 2 | -0/+6 |
| | | | | | | | | | | | |||||
| | * | | | | | | | | | Updated results after merge | monty@narttu.mysql.fi | 2003-04-03 | 1 | -2/+2 |
| | | | | | | | | | | | |||||
| | * | | | | | | | | | Merge narttu.mysql.fi:/my/mysql-3.23 into narttu.mysql.fi:/my/mysql-4.0 | monty@narttu.mysql.fi | 2003-04-03 | 3 | -2/+9 |
| | |\ \ \ \ \ \ \ \ \ |