An error occurred fetching the project authors.
- 22 Jun, 2005 3 commits
-
-
svoj@mysql.com authored
Fix GCC 4.0 link failure. Better CXX_VERSION guessing.
-
evgen@moonbone.local authored
Remove changes made by bug fix #8147. They strips list of insert_table_list to only insert table, which results in error reported in bug #9728. Added flag to Item to resolve ambigous fields reported in bug #8147.
-
evgen@moonbone.local authored
when using ORDER BY Insert were inserting data from last record fetched instead of inserting from temporary table. Make Item_ref to save data from result_field if it's available rather then from *ref on save_in_field() call.
-
- 21 Jun, 2005 1 commit
-
-
bell@sanja.is.com.ua authored
fixed view fields names check and generation (changed after Trudy review: underlying field names treat as user set ones) (BUG#7448)
-
- 19 Jun, 2005 1 commit
-
-
svoj@mysql.com authored
Fix for yaSSL link failures with Forte Developer 7, MIPSpro Compilers, Compaq C++. These compilers have problem with implicit template instantiation in archives (libyassl.a, libtaocrypt.a). Instantiate templates explicitly. Fix for yaSSL link failure on powermacg5 (gcc 3.3). When -O3 is specified gcc inlines __cxa_pure_virtual. This is wrong behavior, __cxa_pure_virtual must never be inlined.
-
- 14 Jun, 2005 2 commits
-
-
hf@deer.(none) authored
-
hf@deer.(none) authored
-
- 13 Jun, 2005 1 commit
-
-
georg@lmy002.wdf.sap.corp authored
-
- 07 Jun, 2005 1 commit
-
-
monty@mysql.com authored
-
- 05 Jun, 2005 1 commit
-
-
serg@serg.mylan authored
'#pragma interface' (that comes with the #include'd header file)
-
- 03 Jun, 2005 1 commit
-
-
monty@mysql.com authored
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
-
- 02 Jun, 2005 2 commits
-
-
konstantin@mysql.com authored
the code that is active for SP as well in 5.0)
-
kent@mysql.com authored
Set #pragma implementation" earlier Many files: Need to include <my_global.h> before #ifdef USE_PRAGMA_IMPLEMENTATION
-
- 01 Jun, 2005 1 commit
-
-
monty@mysql.com authored
Ensure we get error if INSERT IGNORE ... SELECT fails Fixed wrong key_part->key_length usage in index_merge
-
- 31 May, 2005 2 commits
-
-
igor@rurik.mysql.com authored
Fixed bug #10982. item.cc: Fixed bug #10982. In the function Item_ref::val_decimal by mistake the method Item_ref::val_decimal was used instead of Item_ref::val_decimal_result.
-
pem@mysql.comhem.se authored
-
- 26 May, 2005 2 commits
-
-
bell@sanja.is.com.ua authored
-
msvensson@neptunus.(none) authored
Added some more ifdefs for "#pragma interface"
-
- 25 May, 2005 1 commit
-
-
monty@mysql.com authored
-
- 24 May, 2005 2 commits
-
-
dlenev@brandersnatch.localdomain authored
#5860 "Multi-table UPDATE does not activate update triggers" #6812 "Triggers are not activated for INSERT ... SELECT" #8755 "Trigger is not activated by LOAD DATA". This patch also implements proper handling of triggers for special forms of insert like REPLACE or INSERT ... ON DUPLICATE KEY UPDATE. Also now we don't call after trigger in case when we have failed to inserted/update or delete row. Trigger failure should stop statement execution. I have not properly tested handling of errors which happen inside of triggers in this patch, since it is simplier to do this once we will be able to access tables from triggers.
-
jani@ua141d10.elisa.omakaista.fi authored
-
- 23 May, 2005 1 commit
-
-
pem@mysql.comhem.se authored
Memory leak in locally evalutated expressions during SP execution fixed by reusing allocated item slots when possible. Note: No test case added, since the test is a stress test that tries to make the machine to run out of memory. Second attempt, now tested with debug build, valgrind build, max (optimized) build, with and without --debug, --vagrind and --ps-protocol. Errors in trigger and view test with --debug in debug build where present before this patch, and likewise for valgrind warnings for view test in valgrind build with --ps-protocol.
-
- 19 May, 2005 1 commit
-
-
jimw@mysql.com authored
-
- 18 May, 2005 1 commit
-
-
pem@mysql.comhem.se authored
Memory leak in locally evalutated expressions during SP execution fixed by reusing allocated item slots when possible. Note: No test case added, since the test is a stress test that tries to make the machine to run out of memory.
-
- 16 May, 2005 1 commit
-
-
bell@book.sanja.is.com.ua authored
-
- 08 May, 2005 1 commit
-
-
bell@book.sanja.is.com.ua authored
Item::fix_field need correct pointer on item reference to chnge it if itis need, so support of correct item address added to SP commands (BUG#5963) some optimisation of IF/NOT IF ptomised to Pem
-
- 06 May, 2005 2 commits
-
-
ramil@ram-book.(none) authored
-
monty@mishka.local authored
Added option --count to mysqlshow (to show number of rows) Fixed possible core dump in information schema
-
- 05 May, 2005 2 commits
-
-
holyfoot@hf-ibm.(none) authored
Mostly about precision/decimals of the results of the operations
-
konstantin@mysql.com authored
should return a non empty one" (see comments for the changed files for details).
-
- 04 May, 2005 1 commit
-
-
konstantin@mysql.com authored
records if prepared statements is used" (see comments to the changed files).
-
- 03 May, 2005 1 commit
-
-
konstantin@mysql.com authored
records if prepared statements is used". This fix changes equality evaluation method of basic constants from by-name to by-value, thus effectively enabling use of parameter markers in some optimizations (constants propagation, evaluation of possible keys for query).
-
- 30 Apr, 2005 1 commit
-
-
bell@sanja.is.com.ua authored
-
- 28 Apr, 2005 1 commit
-
-
bell@sanja.is.com.ua authored
if outer refernce (identifier) was resolved with help of cache all subqueries and resolved item itseld have to be correctly marked as dependent (BUG#10041)
-
- 27 Apr, 2005 1 commit
-
-
msvensson@neptunus.(none) authored
- Remove linking of libsupc++ - Move all local static variables to filescope
-
- 21 Apr, 2005 1 commit
-
-
acurtis@xiphis.org authored
Correct previous bugfix
-
- 16 Apr, 2005 1 commit
-
-
igor@rurik.mysql.com authored
Added a test case for bug #9338. sql_select.cc: Fixed bug #9338. When an occurence of a field reference has to be replaced by another field reference the whole Item_field must be replaced. item.cc: Fixed bug #9338. The method Item_field::replace_equal_field_processor was replaced by Item_field::replace_equal_field. The new method is used to replace the occurences of Item_field objects. item.h: Fixed bug #9338. The virtual function replace_equal_field_processor was replaced by replace_equal_field. The latter is supposed to be used as a callback function in calls of the method transform.
-
- 13 Apr, 2005 1 commit
-
-
pem@mysql.comhem.se authored
causes system crash.
-
- 10 Apr, 2005 1 commit
-
-
bar@mysql.com authored
fixing tests accordingly item.cc: Allow mixing non-binary collation and binary collation even if coercibility is the same. For easier 4.0 -> 4.1 migrating.
-
- 06 Apr, 2005 1 commit
-
-
hf@deer.(none) authored
-