203 Commits (d1e21c2c204c3a5b9106b2041862aa02119b40d1)

Author SHA1 Message Date
unknown 394c88df3a BUG#16893: Crash in test 'fulltext_order_by' 20 years ago
unknown e3c3086304 BUG#14496: Crash or strange results with prepared statement, 20 years ago
unknown 6e56f7e0a9 Declaring some class members public for BUG#12377: 20 years ago
unknown 8624bcfdbe func_gconcat.result, func_gconcat.test: 21 years ago
unknown e83e105331 A fix and a test case for Bug#9359 "Prepared statements take snapshot 21 years ago
unknown 9ab5f6143e BUG#10241 cygwin port: invalid pragma interface directives 21 years ago
unknown e6ce543f05 Fix for Bug #9913 "udf_deinit is not called after execution of PS" 21 years ago
unknown 97b0821462 CAST(string_argument AS UNSIGNED) didn't work for big integers above the signed range. (Bug #7036) 21 years ago
unknown 9b2e4c7c60 Fixed that LEFT OUTER JOIN was replaced with a regulat join 21 years ago
unknown 5a42525027 fixed union types merging and table related metadata (BUG#8824) 21 years ago
unknown cb8d9c3ad4 Backport my_strntod() from 5.0 21 years ago
unknown d514a06a86 fixed column number fetchinmg for subqueries. (BUG#8020) 21 years ago
unknown 60af920628 Fixes while reviewing code 21 years ago
unknown fc04692c8b Many files: 21 years ago
unknown a739f2d692 Allow to convert to non-Unicode charset when mixing a string 21 years ago
unknown bc6652db9b Fix compiler warnings (detected by Intel's C++ compiler) 21 years ago
unknown 54b00f5453 A fix and test case for Bug#5985 ""prepare stmt from "select rand(?)" 21 years ago
unknown 166d19e963 Deployment of centralized Item change registry, step 2: Item_ref 21 years ago
unknown 95f42e1da2 Bug #5228 ORDER BY CAST(enumcol) sorts incorrectly under certain conditions 22 years ago
unknown 94ecacdb97 Allow IN to convert arguments into Unicode in some cases. 22 years ago
unknown 9ca47d047e BUG#4393, BUG#4356 - incorrect decimals in fix_length_and_dec() in some functions 22 years ago
unknown 3df8b829b6 Fixed BUG#3486: FOUND_ROWS() fails inside stored procedure [and prepared statement]. 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 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 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 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 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