-
unknown authored
calling (rather than defining) non-deterministic SP in SBR (as opposed to RBR or mixed) will throw an error now. require mixed mode for tests now. SBR will now fail when calling non-deter SPs and SFs (as it should), and RBR already failed by virtue of giving different results for "show binlog" than the results-file has. also test for 16456 now. lastly make amends because one of the tests fails with a new error # now as code was added to sql_trigger.cc while test was disabled. mysql-test/mysql-test-run.pl: Bug#16456 "RBR: rpl_sp.test expects query to fail, but passes in RBR" mtr falsely assumed that default rep mode is stmt i/o mixed? mysql-test/r/func_time.result: Bug#16456 "RBR: rpl_sp.test expects query to fail, but passes in RBR" rpl_sp.test was disabled for a while; update results where wording has changed and add results for #16456 mysql-test/r/rpl_sp.result: Bug#16456 "RBR: rpl_sp.test expects query to fail, but passes in RBR" rpl_sp.test was disabled for a while; update results where wording has changed and add results for #16456 --- Bug#16456 "RBR: rpl_sp.test expects query to fail, but passes in RBR" calling (rather than defining) non-deterministic SP or SF in SBR (as opposed to RBR or mixed) will throw an error now. mysql-test/t/disabled.def: Bug#16456 "RBR: rpl_sp.test expects query to fail, but passes in RBR" re-enable rpl_sp.test mysql-test/t/rpl_sp.test: Bug#16456 "RBR: rpl_sp.test expects query to fail, but passes in RBR" require mixed mode for tests now. SBR will now fail when calling non-deter SPs (as it should), and RBR already failed by virtue of giving different results for "show binlog" than the results-file has. also test for 16456 now. lastly make amends because one of the tests fails with a new error # now as code was added to sql_trigger.cc while test was disabled. --- Bug#16456 "RBR: rpl_sp.test expects query to fail, but passes in RBR" calling (rather than defining) non-deterministic SP or SF in SBR (as opposed to RBR or mixed) will throw an error now. sql/item_func.cc: Bug#16456 "RBR: rpl_sp.test expects query to fail, but passes in RBR" calling (rather than defining) non-deterministic SF in SBR (as opposed to RBR or mixed) will throw an error now. sql/sql_parse.cc: Bug#16456 "RBR: rpl_sp.test expects query to fail, but passes in RBR" calling (rather than defining) non-deterministic SP in SBR (as opposed to RBR or mixed) will throw an error now.
beea1235