summaryrefslogtreecommitdiff
path: root/sql/procedure.h
Commit message (Collapse)AuthorAgeFilesLines
* Merge magare.gmz:/home/kgeorge/mysql/autopush/B26461-5.0-optgkodinov/kgeorge@magare.gmz2008-03-211-1/+1
|\ | | | | | | into magare.gmz:/home/kgeorge/mysql/work/B26461-5.1-opt
| * Bug #26461: Intrinsic data type bool (1 byte) redefined to BOOL (4 bytes)gkodinov/kgeorge@macbook.gmz2008-03-211-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | The bool data type was redefined to BOOL (4 bytes on windows). Removed the #define and fixed some of the warnings that were uncovered by this. Note that the fix also disables 2 warnings : 4800 : 'type' : forcing value to bool 'true' or 'false' (performance warning) 4805: 'operation' : unsafe mix of type 'type' and type 'type' in operation These warnings will be handled in a separate bug, as they are performance related or bogus. Fixed to int the return type of functions that return more than 2 distinct values.
* | Doxygenize comments.cmiller@zippy.cornsilk.net2007-10-161-2/+2
| |
* | Merge mysql.com:/home/kent/bk/main/mysql-5.0kent@kent-amd64.(none)2006-12-311-1/+1
|\ \ | |/ | | | | into mysql.com:/home/kent/bk/main/mysql-5.1
| * my_strtoll10-x86.s:kent@mysql.com/kent-amd64.(none)2006-12-311-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Corrected spelling in copyright text Makefile.am: Don't update the files from BitKeeper Many files: Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header Adjusted year(s) in copyright header Many files: Added GPL copyright text Removed files: Docs/Support/colspec-fix.pl Docs/Support/docbook-fixup.pl Docs/Support/docbook-prefix.pl Docs/Support/docbook-split Docs/Support/make-docbook Docs/Support/make-makefile Docs/Support/test-make-manual Docs/Support/test-make-manual-de Docs/Support/xwf
* | Merge mysql.com:/home/kent/bk/main/mysql-5.0kent@kent-amd64.(none)2006-12-231-2/+1
|\ \ | |/ | | | | into mysql.com:/home/kent/bk/main/mysql-5.1
| * Many files:kent@mysql.com/kent-amd64.(none)2006-12-231-2/+1
| | | | | | | | Changed header to GPL version 2 only
* | String::set(double) and set(longlong) -> set_real() and set_int()serg@serg.mylan2006-06-161-5/+5
|/ | | | | | fix Field::store(double) being used instead of store(longlong) NB: overloading functions is evil
* Merge neptunus.(none):/home/msvensson/mysql/bug10241msvensson@neptunus.(none)2005-05-091-1/+1
|\ | | | | | | into neptunus.(none):/home/msvensson/mysql/mysql-5.0
| * BUG#10241 cygwin port: invalid pragma interface directivesmsvensson@neptunus.(none)2005-05-041-1/+1
| | | | | | | | - Introduce ifdefs so we can control when to use #pragma interface on cygwin
* | Merge with 4.1monty@mysql.com2005-02-221-1/+1
|\ \ | |/
| * Backport my_strntod() from 5.0monty@mysql.com2005-02-221-3/+8
| | | | | | | | | | | | | | Change string->float conversion to delay division as long as possible. This gives us more exact integer->float conversion for numbers of type '123.45E+02' (Bug #7740)
* | Precision Math implementationhf@deer.(none)2005-02-091-0/+3
| |
* | After merge fixesmonty@mysql.com2005-01-151-4/+13
| | | | | | | | Fix for BIT(X) field as string
* | Update results for new varchar handlingmonty@mysql.com2004-12-071-1/+1
| | | | | | | | | | Fixed compiler warnings String results in CREATE ... SELECT are now created as CHAR(0), VARCHAR(X) or TEXT() depending on item->max_length
* | Rename: Item::val -> Item::val_real().konstantin@mysql.com2004-11-111-3/+3
|/
* 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