356 Commits (e19dcfa91f63a7ff310a11a00ac670a04dfdd1fb)

Author SHA1 Message Date
unknown 7eebb75132 Add SLEEP(seconds) function, which always returns 0 after the given 21 years ago
unknown 0658930275 Remove Item_func::NOTLIKE_FUNC and all [dead] code that uses it 21 years ago
unknown 8624bcfdbe func_gconcat.result, func_gconcat.test: 21 years ago
unknown 7bdc4dd0a1 After-merge fixes (4.1 -> 5.0). 21 years ago
unknown e83e105331 A fix and a test case for Bug#9359 "Prepared statements take snapshot 21 years ago
unknown d98461719e Fix for bug #11708 (real function returns wrongly rounded decimal) 21 years ago
unknown b4f595b95f Name resolution context added (BUG#6443) 21 years ago
unknown 467ca505b5 fixed printing of sum(distinct ) & avg(distinct ) & cast(... as decimal) (BUG#7015, BUG#11387) 21 years ago
unknown 03949f8ce8 Post review and additional fix for BUG#10968: Stored procedures: crash if long loop. 21 years ago
unknown 33b114aac2 item_func.h: 21 years ago
unknown 21989e7d4e item_func.h: 21 years ago
unknown 6de14a23f7 A lot of fixes to Precision math 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 ac82a2d5eb Setting a variable to CAST(NULL as X) set the result type of the variable to X. (Bug #6598) 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 5a720d4e68 fix for compile error (Windows) 21 years ago
unknown 31b3ecaf86 Fixed memory leak in Item_func_sp::cleanup(). 21 years ago
unknown de8a3b3121 Bug#9775 - Stored procedures: crash if create function that returns enum or set 21 years ago
unknown f054047f02 Bug#7648 - Stored procedure crash when invoking a function that returns a bit 21 years ago
unknown c831a156ce postmerge 4.1->5.0 fixes 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 5f75c8f5b4 WL#874 "Extended LOAD DATA". 21 years ago
unknown 5b26228c3d Cleanup for VC++ 21 years ago
unknown 1220069c53 Bug#3788 21 years ago
unknown e1ba1632fb bug#8151 - truncate leaves a transaction open 21 years ago
unknown cb8d9c3ad4 Backport my_strntod() from 5.0 21 years ago
unknown 64cc538bda Fixed BUILD script to use --with-berkeley-db instead of --with-bdb 21 years ago
unknown e31ffa246f making XA tree to compile (and pass tests) in -max build 21 years ago
unknown b2dc546ef4 Fix a compile error (missing return value). 21 years ago
unknown 91db48e35a Precision Math implementation 21 years ago
unknown d514a06a86 fixed column number fetchinmg for subqueries. (BUG#8020) 21 years ago
unknown 6ead860060 After merge fixes 21 years ago
unknown bda84af2a6 Condition pushdown to storage engine 21 years ago
unknown 9ca50fe144 Update results for new varchar handling 21 years ago
unknown 30db8445c1 protection: TRASH in delete 21 years ago
unknown 60af920628 Fixes while reviewing code 21 years ago
unknown 2e6fb936e8 Rename: Item::val -> Item::val_real(). 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 2a49121590 Strict mode & better warnings 21 years ago
unknown 0994dc396e Fixed BUG#4487: Stored procedure connection aborted if uninitialized char. 21 years ago
unknown 52ac4935e7 WL#1218 "Triggers". Some very preliminary version of patch. 21 years ago
unknown 95f42e1da2 Bug #5228 ORDER BY CAST(enumcol) sorts incorrectly under certain conditions 21 years ago
unknown 94ecacdb97 Allow IN to convert arguments into Unicode in some cases. 21 years ago
unknown 9ca47d047e BUG#4393, BUG#4356 - incorrect decimals in fix_length_and_dec() in some functions 22 years ago