Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Strings which appear without charset context, | bar@bar.mysql.r18.ru | 2003-03-03 | 1 | -5/+5 |
| | | | | | | | | | | like number-to-string-convertion-result, now takes current database character set, instead of thread character set. This makes it easy to be SQL99 conformant and 4.0 compatible. Item->thd_charset() is renamed to Item->default_charset() as old name doesn't describe its nature anymore. | ||||
* | strnto family functions now return error in a new argument | bar@bar.mysql.r18.ru | 2003-01-16 | 1 | -4/+6 |
| | |||||
* | Updates for multi-byte character sets | monty@mashka.mysql.fi | 2003-01-14 | 1 | -2/+3 |
| | | | | (Note: test 'union' fails, but Sanja promised to fix this) | ||||
* | Merge work:/home/bk/mysql-4.1 into mashka.mysql.fi:/home/my/mysql-4.1 | monty@mashka.mysql.fi | 2002-12-11 | 1 | -3/+3 |
|\ | |||||
| * | rename of net_pkg.cc to protocol.cc | monty@mashka.mysql.fi | 2002-12-11 | 1 | -3/+3 |
| | | | | | | | | | | 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. | ||||
* | | More use of new str->num conversion routines | bar@bar.mysql.r18.ru | 2002-12-09 | 1 | -9/+18 |
|/ | |||||
* | USER(), DATABASE() and CHARSET() functions are now UCS2 compatible | bar@bar.mysql.r18.ru | 2002-11-11 | 1 | -5/+5 |
| | | | | Bug fix in ctype-utf8.c | ||||
* | 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/+4 |
| | |||||
* | Removed wrong implementation of CUBE/ROLLUP | monty@mashka.mysql.fi | 2002-07-24 | 1 | -4/+4 |
| | | | | | | Fixed bugfix of INSERT ... SET db_name.table_name.column_name Changed locking to external-locking Fix client hangup for some invalid SQL queries. | ||||
* | OLAP functionality plus some small bug fixes | Sinisa@sinisa.nasamreza.org | 2002-07-20 | 1 | -0/+4 |
| | |||||
* | Update copyright | monty@hundin.mysql.fi | 2001-12-06 | 1 | -3/+3 |
| | | | | Fixed memory leak on shutdown (Affects the embedded version & MyODBC) | ||||
* | 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/+124 |