Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SAPDB date/time finctions | gluh@gluh.mysql.r18.ru | 2003-07-08 | 1 | -0/+2 |
| | |||||
* | merge with public tree | monty@narttu.mysql.fi | 2003-06-05 | 1 | -1/+4 |
|\ | |||||
| * | Added SQLSTATE to client/server protocol | monty@narttu.mysql.fi | 2003-06-04 | 1 | -1/+4 |
| | | | | | | | | | | | | | | | | | | | | bmove_allign -> bmove_align Added OLAP function ROLLUP Split mysql_fix_privilege_tables to a script and a .sql data file Added new (MEMROOT*) functions to avoid calling current_thd() when creating some common objects. Added table_alias_charset, for easier --lower-case-table-name handling Better SQL_MODE handling (Setting complex options also sets sub options) New (faster) assembler string functions for x86 | ||||
* | | MY_CS_NONTEXT flag for sprintf() incompatible charsets (ucs2 if the only one ↵ | bar@bar.mysql.r18.ru | 2003-06-03 | 1 | -1/+1 |
|/ | | | | | | now) Some default_charset_info were removed | ||||
* | After merge fixes | monty@mashka.mysql.fi | 2003-05-21 | 1 | -0/+3 |
| | | | | Added initialization of all important global variables | ||||
* | Fix to support update + bianry logs with prepared statements (Dynamic query) | venu@myvenu.com | 2003-04-04 | 1 | -0/+1 |
| | |||||
* | SHOW CREATE TABLE didn't display field names in the proper charset | bar@bar.mysql.r18.ru | 2003-03-18 | 1 | -0/+1 |
| | |||||
* | stringcmp() and sortcmp() have been unified | bar@bar.mysql.r18.ru | 2003-03-04 | 1 | -4/+2 |
| | | | | | into the only one sortcmp() with additional CHARSET_INFO *cmp_charset argument. | ||||
* | item_func.cc: | bar@bar.mysql.r18.ru | 2003-02-26 | 1 | -2/+2 |
| | | | | | | | | | Some reoganization Fixed that binary arguments do not affect result charset anymore For example, the second argument doesn't affect charset of result in LEFT(string,10) sql_string.h: Strings are binary by default now | ||||
* | Portability fixes (for windows) | monty@mashka.mysql.fi | 2003-01-21 | 1 | -1/+1 |
| | | | | Some changes to the prepared statement protocol to make it easier to use and faster. | ||||
* | Updates for multi-byte character sets | monty@mashka.mysql.fi | 2003-01-14 | 1 | -0/+1 |
| | | | | (Note: test 'union' fails, but Sanja promised to fix this) | ||||
* | Spatial-related fixes | hf@deer.mysql.r18.ru | 2002-12-18 | 1 | -1/+1 |
| | |||||
* | rename of net_pkg.cc to protocol.cc | monty@mashka.mysql.fi | 2002-12-11 | 1 | -0/+25 |
| | | | | | Class for sending data from server to client (Protocol) This handles both the old ( <= 4.0 ) protocol and then new binary protocol that is used for prepared statements. | ||||
* | Fixed CAST( xxx as CHAR) | monty@mashka.mysql.fi | 2002-11-25 | 1 | -2/+3 |
| | |||||
* | wild_case_compate(&String, &String, escape) doesn't exist anymor | bar@bar.mysql.r18.ru | 2002-11-14 | 1 | -4/+0 |
| | |||||
* | thread charset related improvements | bar@bar.mysql.r18.ru | 2002-11-11 | 1 | -0/+1 |
| | |||||
* | String->copy() now has a charset arg | bar@bar.mysql.r18.ru | 2002-11-06 | 1 | -1/+1 |
| | |||||
* | All String->set() now have charset argument | bar@bar.mysql.r18.ru | 2002-10-30 | 1 | -4/+3 |
| | |||||
* | Changes for new binary .frm format | monty@hundin.mysql.fi | 2002-06-04 | 1 | -4/+5 |
| | | | | | Fixes after last merge from 4.0. (Code not yet complete, need anoter merge from 4.0) | ||||
* | Bug fix: charset was not initialized | bar@gw.udmsearch.izhnet.ru | 2002-05-20 | 1 | -0/+1 |
| | |||||
* | Now string values are created and filled with charset field | bar@gw.udmsearch.izhnet.ru | 2002-05-17 | 1 | -10/+13 |
| | | | | SELECT func(charset2) FROM t ORDER BY 1 works in correct charset | ||||
* | Added new method to set string's charset | bar@gw.udmsearch.izhnet.ru | 2002-03-20 | 1 | -0/+1 |
| | |||||
* | New ctype functions/macros to support many charsets at a time | bar@gw.udmsearch.izhnet.ru | 2002-03-12 | 1 | -2/+2 |
| | |||||
* | Extend String class with CHARSET_INFO field | bar@gw.udmsearch.izhnet.ru | 2002-03-07 | 1 | -8/+27 |
| | |||||
* | Added GIS extension | bar@gw.udmsearch.izhnet.ru | 2002-02-22 | 1 | -0/+45 |
| | |||||
* | Update copyright | monty@hundin.mysql.fi | 2001-12-06 | 1 | -15/+14 |
| | | | | Fixed memory leak on shutdown (Affects the embedded version & MyODBC) | ||||
* | Fix bug when repairing compressed MyISAM files | monty@hundin.mysql.fi | 2001-11-22 | 1 | -0/+1 |
| | | | | LOCATE() is now case sensitive | ||||
* | Portability fixes for OPENBSD, OS2 and Windows | monty@donna.mysql.com | 2001-01-27 | 1 | -0/+7 |
| | |||||
* | merge | monty@narttu.mysql.fi | 2000-11-16 | 1 | -1/+1 |
|\ | |||||
| * | changed to use IO_CACHE instead of FILE | monty@narttu.mysql.fi | 2000-11-15 | 1 | -1/+1 |
| | | |||||
* | | libmysql/libmysql.c | sasha@mysql.sashanet.com | 2000-10-28 | 1 | -1/+1 |
|/ | | | | | | | | | | | | | | keep vio from being freed twice when we are low on memory mysys/safemalloc.c changes for --safemalloc-mem-limit sql/mini_client.cc keep vio from being freed twice sql/mysqld.cc changes for --safemalloc-mem-limit sql/slave.cc prevent closing connection twice sql/sql_string.h shrink() did not work right when my_realloc() failed | ||||
* | Portability fixes | monty@narttu.mysql.fi | 2000-10-11 | 1 | -8/+8 |
| | |||||
* | Fixes for Ia64 | monty@donna.mysql.com | 2000-08-23 | 1 | -11/+12 |
| | |||||
* | FLUSH TABLE table_list | monty@donna.mysql.com | 2000-08-22 | 1 | -1/+1 |
| | | | | | Fixes for RENAME TABLE Portability fixes | ||||
* | Import changeset | bk@work.mysql.com | 2000-07-31 | 1 | -0/+183 |