356 Commits (e19dcfa91f63a7ff310a11a00ac670a04dfdd1fb)

Author SHA1 Message Date
unknown 3df8b829b6 Fixed BUG#3486: FOUND_ROWS() fails inside stored procedure [and prepared statement]. 22 years ago
unknown cd23d6e37a join_nested.test, join_nested.result: 22 years ago
unknown 7c4ceb739f WL#1567: Add ROW_COUNT() Function to retrieve count of rows updated/inserted/deleted 22 years ago
unknown 32b28f9298 WL#1266 "Separate auto-set logic from TIMESTAMP type." 22 years ago
unknown df06466976 Fixed BUG#3117: LAST_INSERT_ID() works incorrectly inside stored procedure. 22 years ago
unknown d2ad3cff19 WL#1366: Use the schema (db) associated with an SP. 22 years ago
unknown 1a81e04145 DBUG_ASSERT(fixed == 1); added to val* 22 years ago
unknown f83cf41440 DBUG_ASSERT(fixed == 0) added to fix_fields() 22 years ago
unknown 71c61a9ebe after review & some other fixes 22 years ago
unknown 2e0d5eace5 Fix of compilation failure of latest 4.1 tree: new constants in mysqld.cc 22 years ago
unknown 7dd164f730 after review fix 22 years ago
unknown c88e5213d4 Many files: 22 years ago
unknown e55c4ed179 WL#1366: Use the schema (db) associated with an SP. 22 years ago
unknown 35b1f54450 Added --compact to mysqlbinlog 22 years ago
unknown 541cb675c8 fixed subquery with PS (BUG#2462) 22 years ago
unknown 76f8bceb7f correct processing of rand() in subqueries with static tables (BUG#2645) 22 years ago
unknown c8eff1773e Code cleanup (working on PS & cleanup() code) 22 years ago
unknown d84ee4d503 null.result, null.test: 22 years ago
unknown 367ded9f71 Fix for prepared statements 22 years ago
unknown 9c2a63e35e Fixes after merge with 4.0 22 years ago
unknown f195cf9d14 fix for bug #1993 'bit functions do not return unsigned values' 22 years ago
unknown da566c16c0 This ChangeSet Introdices Item_equal. 22 years ago
unknown bee5d9d462 Simplified 'wrong xxx name' error messages by introducing 'general' ER_WRONG_NAME error 22 years ago
unknown ef163ff0fc after review fix 22 years ago
unknown 506631e771 WL #1056: Eliminate NOT operators from where condition 22 years ago
unknown 372e949242 Bitmap post-review fixes 22 years ago
unknown 87e6c2ba77 added code covarage for functions convert(), nullif(), crc32(), is_used_lock(), char_lengtrh(), bit_xor() 22 years ago
unknown ce2c46ddd6 support 'parallel' updates and rallback of whole statement in case of error in evalueting value which should be assigned 22 years ago
unknown fd85cc84e4 MATCH ... AGAINST ("..." WITH QUERY EXPANSION) syntax 22 years ago
unknown 228f4a43a3 FULLTEXT: correct charset support (UTF included, UCS2 - not) 22 years ago
unknown 12a0546da3 Handle user variables (@-vars) as OUT and INOUT parameters in SPs. 22 years ago
unknown 1d17fd7d51 fixed printability of Items (all items except subselects) 22 years ago
unknown 2985e91acd Optimized code for setting user variables with := and fixed some bugs in old code (Bug #1194) 22 years ago
unknown d7e308c667 turn Item_func_set_user_var 22 years ago
unknown de6a1085eb rewrite Item_func_set_user_var ::val, ::val_str, ::val_int, ::update 22 years ago
unknown 2d7b489876 fixed BUG#1180 (changing WHERE clause of prepared statements by optimisation) 23 years ago
unknown e103da7acc fixed a crash on COMPRESS() and other zlib-dependent functions when compiled w/o zlib 23 years ago
unknown 22ad5163e9 item_func.h: 23 years ago
unknown ed8be699fe new optimisation for ref_null (SCRUM) (WL#818) 23 years ago
unknown d5a6d17707 CASE stores first_expr and else_expr in args[] array now. 23 years ago
unknown 4b3eecf46b Item_func_field doesn't have a separate Item to store the first argument. 23 years ago
unknown aa1b02400e renamed enum Item_cast as it's not a 'class Item' child 23 years ago
unknown a371a6e6ca Better arguments format to allow reuse more code 23 years ago
unknown 3b09b2f000 New methods 23 years ago
unknown fcc962edcc FIELD() now takes in account arguments collations 23 years ago
unknown 29898afbdd Item tree iterator 23 years ago
unknown 585cec0564 after review changes (SCRUM) 23 years ago
unknown a3beaaa3af LEFT JOIN optimization: Change LEFT JOIN to normal join if possible 23 years ago
unknown 15ee7b04da LOCATE(), INSTR(), POSITION(), FIND_IN_SET(), SUBSTRING_INDEX() 23 years ago
unknown 64d7734f38 New class DTCollation (SQL:2003 calls it "declared type collation") 23 years ago