- 08 Sep, 2005 25 commits
-
-
unknown authored
are thus dangling later) mysql-test/r/ps.result: test for bug #12651 (data allocated on thd's arena but not on permanent arena) mysql-test/t/ps.test: test for bug #12651 (data allocated on thd's arena but not on permanent arena) sql/sql_base.cc: if there is tree transformation then backup the current arena and use permanent one (for PS) otherwise the data will be deallocated after the prepare process is finished. this bug was introduced with the recent natural join patch
-
unknown authored
into mysql.com:/usersnfs/pchardin/mysql-5.0 sql/sp_head.cc: Auto merged
-
unknown authored
(recommit with the right Bug#) mysql-test/r/sp.result: result file modified to reflect new test mysql-test/t/sp.test: added test for the bug sql/item.cc: protect Item_splocal value from modification by CONCAT() et al sql/item.h: added a buffer to save Item_splocal string pointer sql/sp_head.cc: don't employ reuse mechanism to save var into itself
-
unknown authored
sql/sp_head.cc: Remove an obsolete comment (recursion in SP is disabled) sql/sql_select.h: Remove an unused variable.
-
unknown authored
-
unknown authored
into poseidon.ndb.mysql.com:/home/tomas/mysql-5.0 ndb/src/kernel/main.cpp: Auto merged ndb/src/kernel/blocks/backup/Backup.cpp: Auto merged ndb/src/kernel/blocks/backup/Backup.hpp: Auto merged ndb/src/mgmsrv/MgmtSrvr.cpp: Auto merged ndb/src/mgmsrv/MgmtSrvr.hpp: Auto merged ndb/src/ndbapi/Makefile.am: Auto merged ndb/test/src/NdbBackup.cpp: Auto merged
-
unknown authored
ndb/src/kernel/blocks/backup/Backup.hpp: missed this file in prev commit ndb/test/src/NdbBackup.cpp: corrected printouts in backup test
-
unknown authored
so that _only_ backup master replies to API
-
unknown authored
into neptunus.(none):/home/msvensson/mysql/bug12717/my50-bug12717
-
unknown authored
into deer.(none):/home/hf/work/mysql-5.0.12938
-
unknown authored
into neptunus.(none):/home/msvensson/mysql/bug12717/my50-bug12717
-
unknown authored
into mysql.com:/M50/mysql-5.0
-
unknown authored
into neptunus.(none):/home/msvensson/mysql/bug12987/my50-bug12987
-
unknown authored
configure.in: Auto merged include/my_global.h: Auto merged
-
unknown authored
extra/yassl/taocrypt/include/runtime.hpp: Check for both __ICC and __INTEL_COMPILER extra/yassl/taocrypt/include/types.hpp: Check for both __ICC and __INTEL_COMPILER
-
unknown authored
-
unknown authored
into deer.(none):/home/hf/work/mysql-5.0.12938
-
unknown authored
configure.in: Auto merged include/my_global.h: Auto merged
-
unknown authored
into 127.(none):/home/osku/mysql/5.0/clean
-
unknown authored
into 127.(none):/home/osku/mysql/5.0/12084
-
unknown authored
into mysql.com:/home/stewart/Documents/MySQL/5.0/bug11607 ndb/src/ndbapi/NdbTransaction.cpp: SCCS merged
-
unknown authored
into mysql.com:/home/stewart/Documents/MySQL/4.1/bug11607
-
unknown authored
Post-merge fix. sql/item_sum.h: Post-merge fix. sql/item_sum.cc: Post-merge fix.
-
unknown authored
-
unknown authored
mysql-test/r/func_gconcat.result: Auto merged mysql-test/t/func_gconcat.test: Auto merged
-
- 07 Sep, 2005 15 commits
-
-
unknown authored
into rurik.mysql.com:/home/igor/dev/mysql-4.1-0 mysql-test/r/func_gconcat.result: Auto merged mysql-test/t/func_gconcat.test: Auto merged sql/item_sum.cc: Auto merged
-
unknown authored
into mysql.com:/home/hartmut/projects/mysql/dev/5.0 client/mysqlimport.c: Auto merged sql/item_cmpfunc.cc: Auto merged sql/item_cmpfunc.h: Auto merged
-
unknown authored
into mysql.com:/home/hartmut/projects/mysql/dev/4.1 client/mysqlimport.c: Auto merged
-
unknown authored
into mysql.com:/home/alexi/mysql-5.0 sql/sql_yacc.yy: Auto merged
-
unknown authored
into mysql.com:/home/alexi/mysql-4.1
-
unknown authored
into moonbone.local:/work/12922-bug-5.0-mysql
-
unknown authored
Fix for fix bug#12922. sql/item.cc: Fix for fix bug#12922.
-
unknown authored
Any form of HANDLER statement is forbidden from usage in stored procedures/functions. mysql-test/r/sp-error.result: Results for the test case for Bug#12995 added. mysql-test/t/sp-error.test: Test case for Bug#12995 added. sql/sql_yacc.yy: Forbid any form of "HANDLER" statement from use in stored procedures/functions.
-
unknown authored
-
unknown authored
Fields of view represented by Item_direct_view_ref. When complex expression such as if(sum()>...,...) is splited in simpler parts by refs was ignored. Beside this direct ref doesn't use it's result_field and thus can't store it's result in tmp table which is needed for sum() ... group. All this results in reported bug. Item::split_sum_func2() now converts Item_direct_view_ref to Item_ref to make fields from view being storable in tmp table. sql/item.h: Fix bug #12922 if(sum(),...) with group from view returns wrong results Added function ref_type() to distinguish Item_ref subclasses sql/item.cc: Fix bug #12922 if(sum(),...) with group from view returns wrong results Item::split_sum_func2() now converts Item_direct_view_ref to Item_ref to make fields from view being storable in tmp table. mysql-test/t/view.test: Test case for bug#12922 if(sum(),...) with group from view returns wrong results mysql-test/r/view.result: Test case for bug#12922 if(sum(),...) with group from view returns wrong results
-
unknown authored
into zim.(none):/home/brian/mysql/mysql-5.0 sql/examples/ha_tina.cc: Auto merged
-
unknown authored
Small tweak for random read performance (we shouldn't always tell the OS that we will be doing a linear scan). sql/examples/ha_tina.cc: Small tweak for random read performance.
-
unknown authored
extra/yassl/taocrypt/include/misc.hpp: Disable X86ASM on OsX
-
unknown authored
into mysql.com:/home/alexi/dev/mysql-5.0-0 sql/item_cmpfunc.cc: Auto merged sql/item_cmpfunc.h: Auto merged sql/sql_select.cc: Auto merged sql/sql_yacc.yy: Auto merged
-
unknown authored
into mysql.com:/home/alexi/dev/mysql-4.1-0 sql/item_cmpfunc.cc: Auto merged sql/item_cmpfunc.h: Auto merged
-