| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| |
| |
| | |
into mysql.com:/home/my/mysql-5.1
Merge of 'remove compiler warnings when using -Wshadow'
|
| |\
| | |
| | |
| | | |
into mysql.com:/home/my/mysql-5.0
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
- Removed not used variables and functions
- Added #ifdef around code that is not used
- Renamed variables and functions to avoid conflicts
- Removed some not used arguments
Fixed some class/struct warnings in ndb
Added define IS_LONGDATA() to simplify code in libmysql.c
I did run gcov on the changes and added 'purecov' comments on almost all lines that was not just variable name changes
|
|\ \ \
| |/ /
| | |
| | | |
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
|
| | |
|
|/
|
|
|
|
|
| |
instance.cc:
Removed wrongly placed closing brace
item_geofunc.cc:
needed to pass in a TABLE_SHARE* instead of a TABLE*
|
|
|
|
|
| |
we didn't have code creating GEOMETRY-type fields from Items (expression results)
So i added this code
|
|\
| |
| |
| | |
into ua141d10.elisa.omakaista.fi:/home/my/bk/mysql-5.0-tmp
|
| | |
|
|\ \
| |/ |
|
| |
| |
| |
| | |
'#pragma interface' (that comes with the #include'd header file)
|
| |
| |
| |
| |
| |
| | |
Ensure that 'null_value' is not accessed before val() is called in FIELD() functions
Fixed initialization of key maps. This fixes some problems with keys when you have more than 64 keys
Fixed that ROLLUP don't always create a temporary table. This fix ensures that func_gconcat.test results are now predictable
|
|\ \
| |/ |
|
| |
| |
| |
| |
| |
| | |
Set #pragma implementation" earlier
Many files:
Need to include <my_global.h> before #ifdef USE_PRAGMA_IMPLEMENTATION
|
|\ \
| |/ |
|
| |
| |
| |
| | |
Added some more ifdefs for "#pragma interface"
|
| | |
|
|\ \
| |/ |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
tables requires privileges for them if some table or column level grants
present" (with after-review fixes).
We should set SELECT_ACL for implicitly opened tables in
my_tz_check_n_skip_implicit_tables() to be able to bypass privilege
checking in check_grant(). Also we should exclude those tables from
privilege checking in multi-update.
|
|/ |
|
|
|
|
| |
I learned that one shouldn't use String::set in val_str() methods...
|
|
|
|
| |
CREATE TABLE t1 SELECT POINT(1,2); fixed
|
| |
|
| |
|
|\ |
|
| | |
|
|/
|
|
| |
Minor comment tweaks.
|
| |
|
|
|
|
|
|
| |
Fixed bugs in group_concat with ORDER BY and DISTINCT (Bugs #2695, #3381 and #3319)
Fixed crash when doing rollback in slave and the io thread catched up with the sql thread
Set locked_in_memory properly
|
|
|
|
| |
small optimisation in signed_literal
|
| |
|
|
|
|
|
| |
Now we use virtual calls instead and redirect VMT pointer of the
geometry object with 'new' operation
|
| |
|
|
|
|
|
| |
WL#1163 (Make spatial code separable)
fixes before the push
|
|
|
|
|
| |
WL#1163 (Making spatial code optional)
Pack of changes to do in sql/ code.
|
| |
|
|
|
|
|
| |
NOTE: Still the build fails to compile core server on Windows due to slave_net_timeout linker error from client.obj
and make sure to have the next changeset, which fixes this.
|
|
|
|
|
|
| |
now)
Some default_charset_info were removed
|
|
|