summaryrefslogtreecommitdiff
path: root/sql/procedure.h
Commit message (Collapse)AuthorAgeFilesLines
* Strings which appear without charset context, bar@bar.mysql.r18.ru2003-03-031-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 argumentbar@bar.mysql.r18.ru2003-01-161-4/+6
|
* Updates for multi-byte character setsmonty@mashka.mysql.fi2003-01-141-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.1monty@mashka.mysql.fi2002-12-111-3/+3
|\
| * rename of net_pkg.cc to protocol.ccmonty@mashka.mysql.fi2002-12-111-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.ru2002-12-091-9/+18
|/
* USER(), DATABASE() and CHARSET() functions are now UCS2 compatiblebar@bar.mysql.r18.ru2002-11-111-5/+5
| | | | Bug fix in ctype-utf8.c
* 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/+4
|
* Removed wrong implementation of CUBE/ROLLUPmonty@mashka.mysql.fi2002-07-241-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 fixesSinisa@sinisa.nasamreza.org2002-07-201-0/+4
|
* Update copyrightmonty@hundin.mysql.fi2001-12-061-3/+3
| | | | Fixed memory leak on shutdown (Affects the embedded version & MyODBC)
* 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/+124