332 Commits (5e42c0de8d0793d3e714e8368dccd3b69e385fab)

Author SHA1 Message Date
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
unknown 7a99669fbc Moved spatial functions to the sql/item_geofunc.cc file. 23 years ago
unknown 75bdeb1b21 added compress/uncompress function 23 years ago
unknown 3ccd93c704 SRID support. 23 years ago
unknown 76aa0ea583 SCRUM 23 years ago
unknown 3cbb978d51 stringcmp() and sortcmp() have been unified 23 years ago
unknown 48df5b7537 Coercibility is now stored in user vars 23 years ago
unknown 1a2c7c18a1 Many files: 23 years ago
unknown aecc6a21bd A small step forward. Fixed a few bugs and made string type functions work, 23 years ago
unknown 669cbe6e5f Portability fixes 23 years ago
unknown 76b037dc42 Made stored FUNCTION invokation work almost always. Still buggy and unstable, and 23 years ago
unknown fcb61f5917 Fixed a lot of wrong memory references as reported by valgrind 23 years ago
unknown d66e60248c After merge fixes & remove compiler warnings 23 years ago
unknown 43b99e58c5 changes based on partial revie of task 577 (SCRUM) 23 years ago