summaryrefslogtreecommitdiff
path: root/sql/sql_string.h
Commit message (Collapse)AuthorAgeFilesLines
* SAPDB date/time finctionsgluh@gluh.mysql.r18.ru2003-07-081-0/+2
|
* merge with public treemonty@narttu.mysql.fi2003-06-051-1/+4
|\
| * Added SQLSTATE to client/server protocolmonty@narttu.mysql.fi2003-06-041-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.ru2003-06-031-1/+1
|/ | | | | | now) Some default_charset_info were removed
* After merge fixesmonty@mashka.mysql.fi2003-05-211-0/+3
| | | | Added initialization of all important global variables
* Fix to support update + bianry logs with prepared statements (Dynamic query)venu@myvenu.com2003-04-041-0/+1
|
* SHOW CREATE TABLE didn't display field names in the proper charsetbar@bar.mysql.r18.ru2003-03-181-0/+1
|
* stringcmp() and sortcmp() have been unifiedbar@bar.mysql.r18.ru2003-03-041-4/+2
| | | | | into the only one sortcmp() with additional CHARSET_INFO *cmp_charset argument.
* item_func.cc:bar@bar.mysql.r18.ru2003-02-261-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.fi2003-01-211-1/+1
| | | | Some changes to the prepared statement protocol to make it easier to use and faster.
* Updates for multi-byte character setsmonty@mashka.mysql.fi2003-01-141-0/+1
| | | | (Note: test 'union' fails, but Sanja promised to fix this)
* Spatial-related fixeshf@deer.mysql.r18.ru2002-12-181-1/+1
|
* rename of net_pkg.cc to protocol.ccmonty@mashka.mysql.fi2002-12-111-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.fi2002-11-251-2/+3
|
* wild_case_compate(&String, &String, escape) doesn't exist anymorbar@bar.mysql.r18.ru2002-11-141-4/+0
|
* thread charset related improvementsbar@bar.mysql.r18.ru2002-11-111-0/+1
|
* String->copy() now has a charset argbar@bar.mysql.r18.ru2002-11-061-1/+1
|
* All String->set() now have charset argumentbar@bar.mysql.r18.ru2002-10-301-4/+3
|
* Changes for new binary .frm formatmonty@hundin.mysql.fi2002-06-041-4/+5
| | | | | Fixes after last merge from 4.0. (Code not yet complete, need anoter merge from 4.0)
* Bug fix: charset was not initializedbar@gw.udmsearch.izhnet.ru2002-05-201-0/+1
|
* Now string values are created and filled with charset fieldbar@gw.udmsearch.izhnet.ru2002-05-171-10/+13
| | | | SELECT func(charset2) FROM t ORDER BY 1 works in correct charset
* Added new method to set string's charsetbar@gw.udmsearch.izhnet.ru2002-03-201-0/+1
|
* New ctype functions/macros to support many charsets at a timebar@gw.udmsearch.izhnet.ru2002-03-121-2/+2
|
* Extend String class with CHARSET_INFO fieldbar@gw.udmsearch.izhnet.ru2002-03-071-8/+27
|
* Added GIS extensionbar@gw.udmsearch.izhnet.ru2002-02-221-0/+45
|
* Update copyrightmonty@hundin.mysql.fi2001-12-061-15/+14
| | | | Fixed memory leak on shutdown (Affects the embedded version & MyODBC)
* Fix bug when repairing compressed MyISAM filesmonty@hundin.mysql.fi2001-11-221-0/+1
| | | | LOCATE() is now case sensitive
* Portability fixes for OPENBSD, OS2 and Windowsmonty@donna.mysql.com2001-01-271-0/+7
|
* mergemonty@narttu.mysql.fi2000-11-161-1/+1
|\
| * changed to use IO_CACHE instead of FILEmonty@narttu.mysql.fi2000-11-151-1/+1
| |
* | libmysql/libmysql.csasha@mysql.sashanet.com2000-10-281-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 fixesmonty@narttu.mysql.fi2000-10-111-8/+8
|
* Fixes for Ia64monty@donna.mysql.com2000-08-231-11/+12
|
* FLUSH TABLE table_listmonty@donna.mysql.com2000-08-221-1/+1
| | | | | Fixes for RENAME TABLE Portability fixes
* Import changesetbk@work.mysql.com2000-07-311-0/+183