Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | There is no Item->binary() anymore. It was remain from 4.0. | bar@bar.mysql.r18.ru | 2003-07-02 | 1 | -6/+0 |
| | |||||
* | Fix broken windows distribution workspace file (libmysql.dsp), which is ↵ | venu@myvenu.com | 2003-04-16 | 1 | -1/+0 |
| | | | | | | | | causing VC IDE to crash while loading Remove ctype_latin1_de.c from respective dsp files Fix to make_win_src_distribution.sh to delete all newly added IS Bitkeeper files | ||||
* | sys_var_collation is now abstract class | bar@bar.mysql.r18.ru | 2003-04-07 | 1 | -4/+4 |
| | | | | | Two separate classes sys_var_client_collation and sys_var_literal_collation have been added for "literal_collation" and "client_collation" variables. | ||||
* | Merge with 4.0 | monty@narttu.mysql.fi | 2003-03-16 | 1 | -26/+37 |
|\ | |||||
| * | merged | serg@serg.mysql.com | 2003-03-13 | 1 | -26/+37 |
| |\ | |||||
| | * | NEWDATE -> DATE in anylyse() output | monty@mashka.mysql.fi | 2003-03-12 | 1 | -32/+48 |
| | | | | | | | | | | | | Changed that analyse(#) also affects strings | ||||
| * | | merge with 3.23 to get corrected error message files and rename of files in ↵ | monty@narttu.mysql.fi | 2003-02-26 | 1 | -0/+4 |
| |\ \ | | |/ | | | | | | | mysql-test | ||||
| | * | fixed memory leak in ANALIZE initialization error reporting | bell@sanja.is.com.ua | 2003-02-14 | 1 | -0/+4 |
| | | | |||||
| | * | - Portability fixes for HP compiler on HPUX11 (backport from 4.0 tree) | lenz@mysql.com | 2002-12-04 | 1 | -1/+1 |
| | | | | | | | | | | | | - sql_analyse.cc: Fixed bug in decimal handling | ||||
* | | | filesort.cc, sql_analyse.cc, item_func.cc, item_strfunc.cc, field.cc: | bar@bar.mysql.r18.ru | 2003-03-13 | 1 | -4/+4 |
| | | | | | | | | | | | | Unnesessary binary() calls have been removed | ||||
* | | | stringcmp() and sortcmp() have been unified | bar@bar.mysql.r18.ru | 2003-03-04 | 1 | -16/+6 |
| | | | | | | | | | | | | | | | into the only one sortcmp() with additional CHARSET_INFO *cmp_charset argument. | ||||
* | | | sql_analyse.cc, spatial.cc: | bar@bar.mysql.r18.ru | 2003-02-26 | 1 | -10/+10 |
| | | | | | | | | | | | | | | | | | | Some default_charset_info were removed sql_select.cc: Some default_charset_info were removed. | ||||
* | | | fixed memory leak in procedure with subselects | bell@sanja.is.com.ua | 2003-02-14 | 1 | -0/+3 |
| | | | |||||
* | | | Merge with 4.0.8 | monty@mashka.mysql.fi | 2003-01-03 | 1 | -1/+0 |
|\ \ \ | |/ / | |||||
| * | | Ensure that BEGIN / COMMIT is handled properly if slave dies | monty@mashka.mysql.fi | 2002-12-11 | 1 | -24/+25 |
| | | | | | | | | | | | | | | | Added syntax support for CREATE TABLE foo (a char CHARACTER SET latin1) CHARSET=latin1; | ||||
* | | | thd_charset has been moved to variables structure | bar@bar.mysql.r18.ru | 2002-12-19 | 1 | -2/+2 |
| | | | |||||
* | | | Fixes for binary protocol (complement to last push) | monty@mashka.mysql.fi | 2002-12-14 | 1 | -24/+26 |
| | | | | | | | | | | | | | | | | | | Changed timestamp to return string in YYYY-MM-DD HH:MM:SS format. DATE_ADD() and related functions now returns correct DATE/DATETIME type depending on argument types. Now all tests passes, still some work left to remove warnings in log files from mysql-test-run | ||||
* | | | More use of new str->num conversion routines | bar@bar.mysql.r18.ru | 2002-12-09 | 1 | -6/+6 |
| | | | |||||
* | | | fixed bug of PROCEDURE in same query with subselects | bell@sanja.is.com.ua | 2002-12-06 | 1 | -4/+4 |
| | | | | | | | | | | | | | | | prohibited using procedure inside subquery fixed error handling of procedure analize | ||||
* | | | Merge with 4.0 | monty@mashka.mysql.fi | 2002-11-21 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Portability fixes for HP compiler and HPUX11 | monty@hundin.mysql.fi | 2002-11-09 | 1 | -1/+1 |
| | | | |||||
* | | | Item->thd_charset() - returns a default charset which should be used | bar@bar.mysql.r18.ru | 2002-11-06 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | to compose strings appeared without charset context, for example, in convertion from numer into string type. | ||||
* | | | All String->set() now have charset argument | bar@bar.mysql.r18.ru | 2002-10-30 | 1 | -3/+3 |
| | | | |||||
* | | | BINARY charset is now used instead of binary_flag | bar@bar.mysql.r18.ru | 2002-10-25 | 1 | -5/+5 |
| | | | |||||
* | | | Fixes and code cleanups after merge with 4.0.3 | monty@mashka.mysql.fi | 2002-10-02 | 1 | -8/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Warning handling and initial prepared statement handling (last not complete yet) Changed a lot of functions that returned 0/1 to my_bool type. GRANT handling now uses read/write locks instead of mutex Change basic net functions to use THD instead of NET (needed for 4.1 protocol) Use my_sprintf instead of sprintf() + strlen() Added alloc_query() to be able to chare query initialization code with prepared statements. Cleanup handling of SHOW COUNT(*) WARNINGS and SELECT LAST_INSERT_ID() Note that the following test fails (will be fixed ASAP): sub_select, union, rpl_rotate_logs and rpl_mystery22 | ||||
* | | | merge with 4.0 to get last fixes to last merge | monty@hundin.mysql.fi | 2002-06-04 | 1 | -11/+16 |
|\ \ \ | |/ / | |||||
| * | | Enable LOAD DATA LOCAL INFILE in mysql_test | monty@hundin.mysql.fi | 2002-06-04 | 1 | -11/+16 |
| | | | | | | | | | | | | | | | Added syntax for column comments (for compability with 4.1) Fix of ALTER TABLE RENAME | ||||
* | | | Now string values are created and filled with charset field | bar@gw.udmsearch.izhnet.ru | 2002-05-17 | 1 | -8/+9 |
| | | | | | | | | | | | | SELECT func(charset2) FROM t ORDER BY 1 works in correct charset | ||||
* | | | RB-Tree indexes support in HEAP tables | bar@gw.udmsearch.izhnet.ru | 2002-04-25 | 1 | -5/+5 |
| | | | | | | | | | | | | | | | | | | Renamed _hp_func -> hp_func mi_key_cmp moved to /mysys/my_handler.c New tests for HEAP tables | ||||
* | | | New ctype functions/macros to support many charsets at a time | bar@gw.udmsearch.izhnet.ru | 2002-03-12 | 1 | -5/+5 |
|/ / | |||||
* | | Move HA_EXTRA_NO_READCHECK to ha_open | monty@hundin.mysql.fi | 2002-01-16 | 1 | -3/+3 |
| | | | | | | | | Fixed bug in multi-table-delete | ||||
* | | Update copyright | monty@hundin.mysql.fi | 2001-12-06 | 1 | -3/+3 |
| | | | | | | | | Fixed memory leak on shutdown (Affects the embedded version & MyODBC) | ||||
* | | Fix UNION | monty@tik.mysql.fi | 2001-08-02 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | New faster list iterators Change list code to be simpler and faster Optimize count(distinct) New error messages for UNION Make create_tmp_table more general to be usable by UNION | ||||
* | | change tree to use qsort_cmp2 - compare function with 3 instead of 2 arguments | sasha@mysql.sashanet.com | 2001-05-10 | 1 | -0/+31 |
|/ | |||||
* | Fix for snprintf | monty@donna.mysql.com | 2000-08-22 | 1 | -1/+2 |
| | |||||
* | FLUSH TABLE table_list | monty@donna.mysql.com | 2000-08-22 | 1 | -9/+14 |
| | | | | | Fixes for RENAME TABLE Portability fixes | ||||
* | Import changeset | bk@work.mysql.com | 2000-07-31 | 1 | -0/+981 |