| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| |
| | |
into magare.gmz:/home/kgeorge/mysql/work/B26461-5.1-opt
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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.
|
| | |
|
|\ \
| |/
| |
| | |
into mysql.com:/home/kent/bk/main/mysql-5.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
|
|\ \
| |/
| |
| | |
into mysql.com:/home/kent/bk/main/mysql-5.1
|
| |
| |
| |
| | |
Changed header to GPL version 2 only
|
|/
|
|
|
|
| |
fix Field::store(double) being used instead of store(longlong)
NB: overloading functions is evil
|
|\
| |
| |
| | |
into neptunus.(none):/home/msvensson/mysql/mysql-5.0
|
| |
| |
| |
| | |
- Introduce ifdefs so we can control when to use #pragma interface on cygwin
|
|\ \
| |/ |
|
| |
| |
| |
| |
| |
| |
| | |
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)
|
| | |
|
| |
| |
| |
| | |
Fix for BIT(X) field as string
|
| |
| |
| |
| |
| | |
Fixed compiler warnings
String results in CREATE ... SELECT are now created as CHAR(0), VARCHAR(X) or TEXT() depending on item->max_length
|
|/ |
|
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
| |
(Note: test 'union' fails, but Sanja promised to fix this)
|
|\ |
|
| |
| |
| |
| |
| | |
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.
|
|/ |
|
|
|
|
| |
Bug fix in ctype-utf8.c
|
| |
|
| |
|
|
|
|
|
|
| |
Fixed bugfix of INSERT ... SET db_name.table_name.column_name
Changed locking to external-locking
Fix client hangup for some invalid SQL queries.
|
| |
|
|
|
|
| |
Fixed memory leak on shutdown (Affects the embedded version & MyODBC)
|
|
|
|
|
| |
Fixes for RENAME TABLE
Portability fixes
|
|
|