1279 Commits (16c8298a85619674f1cce46c081e52f4fbeadb33)

Author SHA1 Message Date
unknown 8a5e527453 Fix for BUG#12335 (SP replication) : New binlogging strategy for stored PROCEDUREs/FUNCTIONs. 21 years ago
unknown a914b5274f Save and clear run context before executing a stored function or trigger and restore it afterwards. 21 years ago
unknown 87ae5a1597 BUG#12162 - one can start two transactions with the same XID. 21 years ago
unknown 7517d7e112 Implementation of WL#2486 - 21 years ago
unknown d6c3d655b8 Fixes during review of new pushed code 21 years ago
unknown 61a68ed6fa Clumsy but working fix for bug #11973 "SELECT .. INTO var_name; in trigger 21 years ago
unknown 39fda60043 Fix for bug #10055 "Using stored function with information_schema causes empty 21 years ago
unknown fdb4d307ab Bug#10109 21 years ago
unknown c2b83502f9 sql_select.cc, sql_class.h: 21 years ago
unknown 11abe15eab Added Non-prelocked SP execution: Now a PROCEDURE doesn't enter/leave prelocked mode for 21 years ago
unknown 21d2fb6287 func_gconcat.result, func_gconcat.test: 21 years ago
unknown f1e255130b Faster alter table code for 5.1. 21 years ago
unknown de6f5ae5ab A fix and a test case for Bug#10760 and complementary cleanups. 21 years ago
unknown e84229b010 stop evaluation constant functions in WHERE (BUG#4663) 21 years ago
unknown ba7d8ad734 Improve a comment. 21 years ago
unknown 11f9e513d7 Implementation of Monty's idea: Now we can open mysql.proc table for lookup 21 years ago
unknown 306ebf7b1c Fixes during review of new code 21 years ago
unknown 91180cb8ab - implement inheritance of sp_instr: public Query_arena. 21 years ago
unknown a5e742fedd fixed environment restoring in case of error during SP function execution (BUG#9503) 21 years ago
unknown 60d6b87775 Remove THD::stmt_backup 21 years ago
unknown 40f0738b9c Adjust to the changed Query_arena constructor: 21 years ago
unknown 04f6f63dd8 A preparatory patch to help adding JOIN::transform() and move one-time 21 years ago
unknown 63c21c07fc Rename all prepared statements COM_ commands to prefix with COM_STMT_ 21 years ago
unknown db10586e80 Post-merge fixes. 21 years ago
unknown 51cd70da3d A fix for Bug#9141 "4.1 does not log into slow log 21 years ago
unknown f1e42a0b35 renamed: 21 years ago
unknown 49357ae8f0 Fix for bug #10015 "Crash in InnoDB if stored routines are used". 21 years ago
unknown 5188f031ae Patch two (the final one) for Bug#7306 "the server side preparedStatement 21 years ago
unknown fb53b789e9 A fix for systems that don't have HAVE_MMAP defined. 21 years ago
unknown 892032a2c2 Give Item_arena::is_stmt_prepare a more descriptive name (it marks 21 years ago
unknown e2285c541b Fixed bug in multiple-table-delete where some rows was not deleted 21 years ago
unknown 83062698fd Change Last_query_cost status variable from global to thread-local. 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 5d3af2b0a7 WL 1682: Use bitvector instead of query_id to tell handler which fields 21 years ago
unknown cd0a50bf34 remove the rest of isam/merge references 21 years ago
unknown f3aa7770b6 Don't generate message in send_kill_message() if wrong data. (Caused core dump for wrong data in ALTER TABLE on some system) 21 years ago
unknown db7561ecf8 Invalid DEFAULT values for CREATE TABLE now generates errors. (Bug #5902) 21 years ago
unknown daddf263e5 fixed mechanism of detection selection from table wich we update 21 years ago
unknown 892a6138ff Eliminate warnings noticed by VC7. This includes fixing my_mmap() on 21 years ago
unknown 897849e5d8 WL#926 "AVG(DISTINCT) and other distincts", part 2 (out of 3): clean up 21 years ago
unknown a569b08375 set_var.cc, mysqld.cc, ha_innodb.cc, sql_class.h: 21 years ago
unknown 8c2067654b Removed unused variable 21 years ago
unknown a0f63f1b81 don't close binlog in the destructor - use explictit MYSQL_LOG::cleanup for this 21 years ago
unknown 4b3caa85c4 WL#2472: Refactoring of replication and binlog filtering. 21 years ago
unknown 0fdd650fec Fixed Bug#8922. 21 years ago
unknown 05dfca24c4 Re-enable IO cache mode that allows slow and query logs to go to a FIFO 21 years ago
unknown ac9f68b9fa Better approach for prelocking of tables for stored routines execution 21 years ago
unknown 66d2d13a8e Fix for bug#8740: Server crash at start on Solaris 9 (64 bit) 21 years ago
unknown e1ba1632fb bug#8151 - truncate leaves a transaction open 21 years ago