summaryrefslogtreecommitdiff
path: root/sql/sql_analyse.h
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* 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
* Many files:kent@mysql.com/kent-amd64.(none)2006-12-231-2/+1
| | | | Changed header to GPL version 2 only
* Merge from 4.1msvensson@neptunus.(none)2005-05-261-1/+1
|\
| * Add ifdefs to control when "#pragma implementation" should be usedmsvensson@neptunus.(none)2005-05-261-1/+1
| | | | | | | | Added some more ifdefs for "#pragma interface"
* | Precision Math implementationhf@deer.(none)2005-02-091-0/+31
|/
* There is no Item->binary() anymore. It was remain from 4.0.bar@bar.mysql.r18.ru2003-07-021-4/+1
|
* sql_acl.cc, item.h:bar@bar.mysql.r18.ru2003-03-071-0/+2
| | | | | | | | | | | | use of new argument sql_analyse.h: macros from mysql_priv.h. Should be deleted soon. mysql_priv.h: _default_charset_info has been removed item_cmpfunc.h: Use cmp_charset hostname.cc, hash_filo.h: Move charset to constructor argument
* Merge with 4.0.11monty@narttu.mysql.fi2003-02-261-0/+2
|\
| * merge with 3.23 to get corrected error message files and rename of files in ↵monty@narttu.mysql.fi2003-02-261-5/+8
| |\ | | | | | | | | | mysql-test
| | * Indentation cleanupmonty@mashka.mysql.fi2003-02-251-0/+2
| | |
| | * prevented crash on deleting non-constructed analyse objectbell@sanja.is.com.ua2003-02-181-5/+6
| | |
* | | fixed excluding st_select_lex from global select listbell@sanja.is.com.ua2003-02-161-5/+6
| | | | | | | | | | | | | | | fixed destroing not well constructed analize object fixed wrong detection of unions in derived tables
* | | All String->set() now have charset argumentbar@bar.mysql.r18.ru2002-10-301-20/+28
| | |
* | | BINARY charset is now used instead of binary_flagbar@bar.mysql.r18.ru2002-10-251-1/+1
| | |
* | | Now string values are created and filled with charset fieldbar@gw.udmsearch.izhnet.ru2002-05-171-2/+3
|/ / | | | | | | SELECT func(charset2) FROM t ORDER BY 1 works in correct charset
* | Update copyrightmonty@hundin.mysql.fi2001-12-061-3/+3
| | | | | | | | Fixed memory leak on shutdown (Affects the embedded version & MyODBC)
* | memory-limited treeserg@serg.mysql.com2001-07-021-8/+8
| | | | | | | | bulk inserts optimization: caching keys in binary tree
* | Don't write rows in MyISAM tables when using count(distinct)monty@tik.mysql.fi2001-05-231-2/+0
| | | | | | | | Don't read MyISAM header when running without locking
* | change tree to use qsort_cmp2 - compare function with 3 instead of 2 argumentssasha@mysql.sashanet.com2001-05-101-4/+15
|/
* Portability fixes for OPENBSD, OS2 and Windowsmonty@donna.mysql.com2001-01-271-0/+15
|
* 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/+292