summaryrefslogtreecommitdiff
path: root/mysql-test/r/partition_mgm_err2.result
diff options
context:
space:
mode:
authorunknown <monty@mysql.com>2006-02-26 15:11:56 +0200
committerunknown <monty@mysql.com>2006-02-26 15:11:56 +0200
commitd25c405dc7a6d333a377b6803c18837e885303a9 (patch)
tree493d3d9cb6f32fcc6ad0bf804993fd9c3481cd6a /mysql-test/r/partition_mgm_err2.result
parentf7cf76fc80dd413c4d3adf09cba9ef223ffb1307 (diff)
downloadmariadb-git-d25c405dc7a6d333a377b6803c18837e885303a9.tar.gz
After merge fixes
BitKeeper/etc/ignore: added storage/ndb/src/common/util/testBitmask.cpp mysql-test/mysql-test-run.sh: Add libmysql_r/.libs to path for shared libraries. (Needed for mysqlimport) mysql-test/r/ctype_cp932_notembedded.result: After merge fix mysql-test/r/func_system.result: Version number on embedded server can be longer than 40 mysql-test/r/partition_mgm_err.result: Move tests that require symlinks to partion_mgm_err2.test mysql-test/r/query_cache.result: Fix possible errors from previous tests mysql-test/t/ctype_cp932_notembedded.test: After merge fix mysql-test/t/func_system.test: Version number on embedded server can be longer than 40 mysql-test/t/partition_mgm_err.test: Move tests that require symlinks to partion_mgm_err2.test mysql-test/t/query_cache.test: Fix possible errors from previous tests mysys/my_symlink2.c: More debugging sql/event.cc: Code cleanup sql/event_executor.cc: Ensure that event mutexes are properly cleared up sql/mysqld.cc: Ensure that event mutexes are properly cleared up mysql-test/r/partition_mgm_err2.result: New BitKeeper file ``mysql-test/r/partition_mgm_err2.result'' mysql-test/t/partition_mgm_err2.test: New BitKeeper file ``mysql-test/t/partition_mgm_err2.test''
Diffstat (limited to 'mysql-test/r/partition_mgm_err2.result')
-rw-r--r--mysql-test/r/partition_mgm_err2.result2
1 files changed, 2 insertions, 0 deletions
diff --git a/mysql-test/r/partition_mgm_err2.result b/mysql-test/r/partition_mgm_err2.result
new file mode 100644
index 00000000000..7e5763b8f1b
--- /dev/null
+++ b/mysql-test/r/partition_mgm_err2.result
@@ -0,0 +1,2 @@
+INSERT INTO t1 VALUES (15);
+DROP TABLE t1;