324 Commits (4da0c708b51f5b6df3da7ca759ccac3819030f6e)

Author SHA1 Message Date
unknown eb18f93a78 Show all generated warnings in SHOW ERROR 21 years ago
unknown 66eb71f3fc A fix: bug#6931: Date Type column problem when using UNION-Table 21 years ago
unknown 59ef5bede9 fixing wrong value for "examined rows" when UNION's are used. 21 years ago
unknown acf76e3b88 First stage of table definition cache 21 years ago
unknown 2bcaed348d Better handling of ensuring that setup_tables() are not called twice 21 years ago
unknown 2419fa2684 Remove DUP_IGNORE from enum_duplicates and instead use a separate ignore flag 21 years ago
unknown 9438c2ca76 reporting empty result added in case of max/min optimisation of ALL/ANY/SOME subqueries 21 years ago
unknown 9e921615a1 post-review fixes 21 years ago
unknown db67626196 After merge fixes 21 years ago
unknown 435b20aa68 Simpler arena swapping code 21 years ago
unknown 853c2c788c A lot of fixes for prepared statements (PS): 21 years ago
unknown 9b5cf9464c A fix and test case for Bug#6088 "FOUND_ROWS returns wrong values for 21 years ago
unknown 1cd249e0ed Followup to fix for bug#6050: fix valgrind warnings. 21 years ago
unknown 4512a46e65 A fix and test case for Bug#6050 "EXECUTE stmt reports ambiguous field 21 years ago
unknown 066c90563a errors without code removed 21 years ago
unknown ad8865cbd7 sql_union.cc: 21 years ago
unknown 1412365a3f Bug #6139 UNION doesn't understand collate in the column of second select 21 years ago
unknown 83b5480722 Fix for wrongly calculated Examined_rows in 4.0 UNION's. 22 years ago
unknown 2a49121590 Strict mode & better warnings 22 years ago
unknown b386f888da post merge fixes 22 years ago
unknown 33efc9677d After merge fixes of merge with 4.1 that included the new arena code. 22 years ago
unknown 8838c971fa A fix (Bug #4980: union statement with () union () order by produces wrong explain). 22 years ago
unknown 095b686c09 Fix for bug#4912 "mysqld crashs in case a statement is executed 22 years ago
unknown eaf34dd8e3 Port of cursors to be pushed into 5.0 tree: 22 years ago
unknown 8790b1e65c VIEW 22 years ago
unknown b0921b1f5a Fixed BUG#2460: Crash wih Stored Procedure and UNION. 22 years ago
unknown b0528f1a0f asserting table->file->enable_indexes() in union re-execution 22 years ago
unknown 16227c28e6 PS and SP made compatible in mechanism used for preparing query for rexecutions (Bug #2266) 22 years ago
unknown a63184a6a3 after merge fix 22 years ago
unknown 90e87293cb Optimising UNION ALL (WL 1687) 22 years ago
unknown 8c0e5ebfd3 after merge fix 22 years ago
unknown e54ca13b66 keep old engine & JOIN if we changed subquery Item (Bug #3646) 22 years ago
unknown cd328cc215 postreview fixes 22 years ago
unknown 56568288f0 fake_select_lex should be prepared during PS preparation to work correctly 22 years ago
unknown 1a4f499ca8 EXPLAIN UNION using same routing which used for execution which allow return correct bug messages (Bug #3639) 22 years ago
unknown 000f76cfb8 after merge fixes 22 years ago
unknown f6428e8bb9 caching of queries with isammerge tables forbiden using general way 22 years ago
unknown bddee0c170 Windows fixes for VC++ compiler compability 22 years ago
unknown 19c91b7920 Fix for a bug involving UNION's and SET SQL_SELECT_LIMIT 22 years ago
unknown bcbaefcf97 return table list of fake_select in empty state to prevent using TABLE_LIST allocated on stack in next execution of PS (Bug #3577) 22 years ago
unknown c9d856c8b7 new error for unsupported command in PS 22 years ago
unknown 8c8dffb60d fixed brocken of client_test 22 years ago
unknown 0a073770c9 after review patch 22 years ago
unknown 918519ea1e After merge fixes + simple optimizations 22 years ago
unknown 054d2de499 Cleanups & safety fixes 22 years ago
unknown c0a9df1aae correct support for a mix of UNION/UNION ALL in the same query. 22 years ago
unknown a36185af9a fixed union with prepared statement bug found by Konstantin 22 years ago
unknown bb9584fdab union.result: 22 years ago
unknown f379d7b172 after review changes 22 years ago
unknown 1a81e04145 DBUG_ASSERT(fixed == 1); added to val* 22 years ago