summaryrefslogtreecommitdiff
path: root/mysql-test/t/blackhole_plugin.test
Commit message (Collapse)AuthorAgeFilesLines
* Create 'main' test directory and move 't' and 'r' thereMichael Widenius2018-03-291-33/+0
|
* MDEV-6066: Merge new defaults from 5.6 and 5.7 (defaults changed, QC can be ↵Oleksandr Byelkin2015-09-041-1/+2
| | | | stopped with no-zero size)
* MDEV-7652 - More explanatory ERROR and WARNING messages when loading pluginsSergey Vojtovich2015-07-291-1/+1
| | | | | | | | with plugin-load-add that are already registered at mysql.plugin - issue just one error message, without this extra warning - don't abuse ER_UDF_EXISTS, instead add a proper error message for plugins - report started initialization for each plugin source
* Fix failing tests in the main suiteVladislav Vaintroub2011-12-301-1/+1
|
* fix failing test cases in 5.5 main suiteVladislav Vaintroub2011-12-021-2/+3
|
* merge with 5.3Sergei Golubchik2011-10-191-9/+6
| | | | | | | | | | | | | sql/sql_insert.cc: CREATE ... IF NOT EXISTS may do nothing, but it is still not a failure. don't forget to my_ok it. ****** CREATE ... IF NOT EXISTS may do nothing, but it is still not a failure. don't forget to my_ok it. sql/sql_table.cc: small cleanup ****** small cleanup
* A patch for Bug#11765297 (58251 - archive_plugin and blackhole_pluginAlexander Nozdrin2011-03-141-0/+8
| | | | | | | | | | | fails when running with ps-protocol). The problem was that when running in --ps-protocol mode mysqltest.cc didn't close created prepared statements. So, the plugins could not be unistalled because there was a prepared statement using them. A fix is to add a dummy statement that forces mysqltest.cc to close the last prepared statement (which uses a plugin-defined table).
* Bug #53261 MTR tests archive_plugin and blackhole_plugin fail when compiling ↵Tor Didriksen2010-06-141-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | with cmake Let mtr lookup the plugins, rather than hard-coding autotools lib path. mysql-test/include/not_parallel.inc: Add new feature for skipping when running in parallel. mysql-test/mysql-test-run.pl: Use find_plugin to locate plugins. Export opt_parallel in environment. mysql-test/suite/federated/federated_plugin-master.opt: Use plugin dir from mtr. mysql-test/suite/federated/federated_plugin.test: Skip test, disabled. mysql-test/t/archive_plugin-master.opt: Use plugin dir from mtr. mysql-test/t/archive_plugin.test: Skip test if running in parallel. mysql-test/t/blackhole_plugin-master.opt: Use plugin dir from mtr. mysql-test/t/blackhole_plugin.test: Skip test if running in parallel.
* backport of patch for blckhole plugin (47748) to trunk-bugfixing.Horst.Hunger2010-04-261-0/+22