| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Changed header to GPL version 2 only
|
|\ |
|
| |
| |
| |
| | |
Added some more ifdefs for "#pragma interface"
|
|/ |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|\ |
|
| |\
| | |
| | |
| | | |
mysql-test
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | |
| | | |
fixed destroing not well constructed analize object
fixed wrong detection of unions in derived tables
|
| | | |
|
| | | |
|
|/ /
| |
| |
| | |
SELECT func(charset2) FROM t ORDER BY 1 works in correct charset
|
| |
| |
| |
| | |
Fixed memory leak on shutdown (Affects the embedded version & MyODBC)
|
| |
| |
| |
| | |
bulk inserts optimization: caching keys in binary tree
|
| |
| |
| |
| | |
Don't read MyISAM header when running without locking
|
|/ |
|
| |
|
|
|
|
|
| |
Fixes for RENAME TABLE
Portability fixes
|
|
|