Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed accidentally inverted assert condition | bell@sanja.is.com.ua | 2002-11-05 | 1 | -1/+1 |
* | move similar code to inline function | bell@sanja.is.com.ua | 2002-11-05 | 2 | -18/+11 |
* | moved similar code to function | bell@sanja.is.com.ua | 2002-11-04 | 9 | -120/+95 |
* | Merge sanja.is.com.ua:/home/bell/mysql/mysql-4.1 | bell@sanja.is.com.ua | 2002-11-04 | 16 | -281/+569 |
|\ | |||||
| * | removed SELECT_LEX_UNIT -> SELECT_LEX pointer conversion (SCRUM) | bell@sanja.is.com.ua | 2002-10-30 | 16 | -281/+569 |
* | | Fixed error handling bug | bell@sanja.is.com.ua | 2002-11-04 | 6 | -13/+16 |
* | | Merge mysql.com:/home/nick/mysql/repository/mysql-4.1 | nick@mysql.com | 2002-10-30 | 27 | -166/+299 |
|\ \ | |||||
| * | | small fix when building in --without-debug | Sinisa@sinisa.nasamreza.org | 2002-10-30 | 1 | -18/+17 |
| * | | Merge sinisa@work.mysql.com:/home/bk/mysql-4.1 | Sinisa@sinisa.nasamreza.org | 2002-10-30 | 4 | -4/+114 |
| |\ \ | |||||
| | * | | changes for mysqladmin debug | Sinisa@sinisa.nasamreza.org | 2002-10-30 | 4 | -4/+114 |
| * | | | Merge vvagin@work.mysql.com:/home/bk/mysql-4.1 | vva@genie.(none) | 2002-10-30 | 2 | -7/+7 |
| |\ \ \ | |||||
| | * | | | addition correction for 'help' command | vva@genie.(none) | 2002-10-30 | 2 | -7/+7 |
| * | | | | Merge abarkov@work.mysql.com:/home/bk/mysql-4.1 | bar@bar.mysql.r18.ru | 2002-10-30 | 6 | -36/+38 |
| |\ \ \ \ | |||||
| | * | | | | Use item->charset() instead of item->str_value.charset() | bar@bar.mysql.r18.ru | 2002-10-30 | 3 | -7/+5 |
| | * | | | | date and time fields now have charset arg in constructor | bar@bar.mysql.r18.ru | 2002-10-30 | 3 | -29/+33 |
| * | | | | | Merge rkalimullin@work.mysql.com:/home/bk/mysql-4.1 | ram@mysql.r18.ru | 2002-10-30 | 1 | -19/+21 |
| |\ \ \ \ \ | | |/ / / / | |/| | | | | |||||
| | * | | | | Merge rkalimullin@work.mysql.com:/home/bk/mysql-4.1 | ram@mysql.r18.ru | 2002-10-30 | 1 | -19/+21 |
| | |\ \ \ \ | |||||
| | | * | | | | BDB 4.1.24 | ram@mysql.r18.ru | 2002-10-30 | 1 | -19/+21 |
| | | |/ / / | |||||
| * | | | | | All String->set() now have charset argument | bar@bar.mysql.r18.ru | 2002-10-30 | 13 | -76/+94 |
| * | | | | | Use item->set_charset() instead of item->str_value.set_charset() | bar@bar.mysql.r18.ru | 2002-10-30 | 2 | -3/+3 |
| |/ / / / | |||||
| * | | | | Preparation to thread specific default charset | bar@bar.mysql.r18.ru | 2002-10-30 | 4 | -3/+5 |
* | | | | | fix commit thinko | nick@mysql.com | 2002-10-30 | 1 | -14/+0 |
* | | | | | Reordered functions--grouped by class now. | nick@mysql.com | 2002-10-29 | 2 | -913/+1617 |
|/ / / / | |||||
* | | | | Merge mysql.com:/home/nick/mysql/repository/mysql-4.1 | nick@mysql.com | 2002-10-29 | 63 | -338/+921 |
|\ \ \ \ | |/ / / | |||||
| * | | | correct English message | vva@genie.(none) | 2002-10-29 | 23 | -23/+23 |
| * | | | correct English in last message | vva@genie.(none) | 2002-10-29 | 24 | -24/+24 |
| | |/ | |/| | |||||
| * | | add help command on server side | vva@genie.(none) | 2002-10-28 | 30 | -4/+455 |
| * | | fixed union rexecution bug | bell@sanja.is.com.ua | 2002-10-27 | 3 | -5/+10 |
| * | | add absent message that exist in english version | vva@genie.(none) | 2002-10-27 | 22 | -0/+22 |
| * | | fixed bug in HAVING error handling | serg@serg.mysql.com | 2002-10-27 | 1 | -11/+11 |
| * | | code cleanup | bell@sanja.is.com.ua | 2002-10-26 | 6 | -52/+36 |
| * | | bad auto-merge fixed | serg@serg.mysql.com | 2002-10-25 | 1 | -30/+1 |
| * | | merged | serg@serg.mysql.com | 2002-10-25 | 9 | -27/+155 |
| |\ \ | | |/ | |/| | |||||
| | * | merged | serg@serg.mysql.com | 2002-10-25 | 4 | -5/+103 |
| | |\ | |||||
| | | * | Fixed problem with BDB tables and ALTER TABLE | monty@hundin.mysql.fi | 2002-10-24 | 2 | -3/+12 |
| | | * | - fixed typo in mysqld.cc: "agaist" -> "against" | lenz@mysql.com | 2002-10-17 | 1 | -1/+1 |
| | | * | Added optional NT service and fix the TZ variable bug | miguel@hegel.br | 2002-10-16 | 3 | -34/+191 |
| | * | | Merge mysql.com:/home/nick/mysql/repository/mysql-4.0 | nick@mysql.com | 2002-10-22 | 8 | -15/+139 |
| | |\ \ | |||||
| | | * | | Added Rand_log_event | nick@mysql.com | 2002-10-22 | 7 | -5/+123 |
| | | * | | Moved rand initialization from mysqld.cc to sql_class.cc:THD::THD() | nick@mysql.com | 2002-10-17 | 2 | -10/+16 |
| | * | | | Merge work:/home/bk/mysql-4.0 | serg@serg.mysql.com | 2002-10-18 | 1 | -11/+12 |
| | |\ \ \ | |||||
| | | * | | | some DBUG_ENTER/RETURN macro added | serg@serg.mysql.com | 2002-10-18 | 1 | -11/+12 |
| | | |/ / | |||||
| | * | | | Small code improvement in multi-table updates | Sinisa@sinisa.nasamreza.org | 2002-10-17 | 1 | -9/+9 |
| | |/ / | |||||
| * | | | typo fixed | serg@serg.mysql.com | 2002-10-25 | 1 | -1/+1 |
| * | | | Merge work:/home/bk/mysql-4.1 | serg@serg.mysql.com | 2002-10-25 | 2 | -3/+11 |
| |\ \ \ | |||||
| | * | | | support for HA_READ_PREFIX_LAST_OR_PREV in headres | serg@serg.mysql.com | 2002-10-25 | 2 | -3/+11 |
| * | | | | ENUM/SET fields now have charset too | bar@bar.mysql.r18.ru | 2002-10-25 | 4 | -11/+33 |
| * | | | | Merge abarkov@work.mysql.com:/home/bk/mysql-4.1 | bar@bar.mysql.r18.ru | 2002-10-25 | 23 | -224/+197 |
| |\ \ \ \ | |||||
| | * | | | | BINARY charset is now used instead of binary_flag | bar@bar.mysql.r18.ru | 2002-10-25 | 23 | -224/+197 |
| | |/ / / | |||||
| * | | | | cp1251.conf: | bar@bar.mysql.r18.ru | 2002-10-25 | 1 | -0/+19 |