159 Commits (f613588c2bc6b1d1f735eb97eb58231a9c7d2f7f)

Author SHA1 Message Date
unknown a3e83048a3 Fix for Bug#30217: Views: changes in metadata behaviour 18 years ago
unknown 6bbdacae20 Bug #31884: Assertion + crash in subquery in the SELECT clause. 18 years ago
unknown f252f9248a WL#3817: Simplify string / memory area types and make things more consistent (first part) 19 years ago
unknown 777b39fbf6 mysql.sln: 19 years ago
unknown 579c2bff63 Fixed bug #27870. The bug that causes crashes manifests itself at some 19 years ago
unknown f65038bd67 Improved comments 19 years ago
unknown a1e20e04d8 Bug#21904 (parser problem when using IN with a double "(())") 19 years ago
unknown 5f97dc6e9e BUG#24127: (a,b) IN (SELECT c,d ...) can produce wrong results if a and/or b are NULLs: 19 years ago
unknown 6b0853a398 Many files: 19 years ago
unknown f00257ddd0 Fixed compiler warnings detected by option -Wshadow and -Wunused: 19 years ago
unknown 33446269e1 Fixed bug #24670: optimizations that are legal only for subqueries without tables 19 years ago
unknown d6541d099b This finishes the work (someone) started to remove FIELD_ types and use the Enum MYSQL types. The second part to this is to actually deprecate the FIELD defines in mysql_com.h 19 years ago
unknown 9221a5482b BUG#11927: Warnings shown for CAST( chr as signed) but not (chr + 0) 19 years ago
unknown 5af4fd2563 Bug #11032: getObject() returns a String for a sub-query of type datetime 19 years ago
unknown 2a7cf59fc9 Fixed bug #21727. 19 years ago
unknown 48df3b96a1 BUG#8804: wrong results for NULL IN (SELECT ...) 19 years ago
unknown 68698c04ab BUG#20975: Incorrect query result for NOT (subquery): 20 years ago
unknown 01d03e7b4b This changeset is largely a handler cleanup changeset (WL#3281), but includes fixes and cleanups that was found necessary while testing the handler changes 20 years ago
unknown aeaaa45626 BUG#7549: Missing error message for invalid view selection with subquery. 20 years ago
unknown de0c65dd4e Fix bug #15706 find_field_in_tables() returns field from outer select 20 years ago
unknown d31e997d57 A fix and a test case for Bug#12736 "Server crash during a select". 20 years ago
unknown dc92221300 Rename: 21 years ago
unknown 61a68ed6fa Clumsy but working fix for bug #11973 "SELECT .. INTO var_name; in trigger 21 years ago
unknown ece17ba3cf - a fix for Bug#11458 "Prepared statement with subselects return random 21 years ago
unknown b4f595b95f Name resolution context added (BUG#6443) 21 years ago
unknown 9ab5f6143e BUG#10241 cygwin port: invalid pragma interface directives 21 years ago
unknown ca119d390e if outer refernce (identifier) was resolved with help of cache all subqueries and resolved item itseld have to be correctly marked as dependent 21 years ago
unknown d85fdc1b84 subselect.result, subselect.test: 21 years ago
unknown c831a156ce postmerge 4.1->5.0 fixes 21 years ago
unknown af2ab040cc BUG#8807 Select crash server 21 years ago
unknown 070fe467a3 fixed left expression of IN/ALL/ANY subquery transformation support (BUG#8888) 21 years ago
unknown 91db48e35a Precision Math implementation 21 years ago
unknown 86f19614e1 postreview fix 21 years ago
unknown 9438c2ca76 reporting empty result added in case of max/min optimisation of ALL/ANY/SOME subqueries 21 years ago
unknown 2e6fb936e8 Rename: Item::val -> Item::val_real(). 21 years ago
unknown 464da8f13a removed incorrect error message about aggregate functions 21 years ago
unknown 066c90563a errors without code removed 21 years ago
unknown 1e623bb9c3 allow merging views with subqueries in WHERE clause (BUG#5504) 21 years ago
unknown 76001900fd thd pointer fixed 22 years ago
unknown 33efc9677d After merge fixes of merge with 4.1 that included the new arena code. 22 years ago
unknown d0211cf5be Cleanup of new code pushed into 5.0 since last pull 22 years ago
unknown 095b686c09 Fix for bug#4912 "mysqld crashs in case a statement is executed 22 years ago
unknown d0c87702f7 skip resolving field in table list if table list is not accessable due to groupping (BUG#4814) 22 years ago
unknown 8790b1e65c VIEW 22 years ago
unknown cc74326b2a aggregate functions check during substitution made only for single row subselects (BUG#4400) 22 years ago
unknown 16227c28e6 PS and SP made compatible in mechanism used for preparing query for rexecutions (Bug #2266) 22 years ago
unknown e54ca13b66 keep old engine & JOIN if we changed subquery Item (Bug #3646) 22 years ago
unknown 526569690e Fixed (portability) bug in handler.h, and tried to silence cast warnings on some platforms. 22 years ago
unknown 541cb675c8 fixed subquery with PS (BUG#2462) 22 years ago
unknown 367ded9f71 Fix for prepared statements 22 years ago