mirror of
https://github.com/MariaDB/server.git
synced 2026-04-28 19:25:32 +02:00
Merge mysql.com:/home/jimw/my/mysql-5.1-17497
into mysql.com:/home/jimw/my/mysql-5.1-clean sql/sql_table.cc: Auto merged mysql-test/r/partition.result: SCCS merged mysql-test/t/partition.test: SCCS merged
This commit is contained in:
commit
0609208574
4 changed files with 15 additions and 1 deletions
|
|
@ -571,4 +571,10 @@ select * from t2 where s1 < 3;
|
|||
select * from t2 where s1 = 2;
|
||||
drop table t2;
|
||||
|
||||
#
|
||||
# Bug #17497: Partitions: crash if add partition on temporary table
|
||||
#
|
||||
--error ER_PARTITION_NO_TEMPORARY
|
||||
create temporary table t1 (a int) partition by hash(a);
|
||||
|
||||
--echo End of 5.1 tests
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue