1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00
Files
mariadb/mysql-test/t
Mattias Jonsson d72a15fcaa Bug#49477: Assertion `0' failed in ha_partition.cc:5530
with temporary table and partitions

It was possible to create temporary partitioned tables
via create table ... like ... (which is not allowed with
create temporary table). This lead to a new HA_EXTRA flag
(HA_EXTRA_MMAP) was sent to the partitioning handler,
which was caught on an assert in debug builds.

Solution was to check for partitioned tables when
doing create table ... like ... and disallow it.

mysql-test/r/partition_error.result:
  Bug#49477: Assertion `0' failed in ha_partition.cc:5530
  with temporary table and partitions
  
  Added result
mysql-test/t/partition_error.test:
  Bug#49477: Assertion `0' failed in ha_partition.cc:5530
  with temporary table and partitions
  
  Added test
sql/sql_table.cc:
  Bug#49477: Assertion `0' failed in ha_partition.cc:5530
  with temporary table and partitions
  
  Added check to prevent creation of partitioned temporary
  tables.
  
  Only copy .par file for partitioned tables.
2009-12-11 18:41:31 +01:00
..
2009-10-09 23:57:43 +02:00
2009-08-20 14:30:59 +02:00
2009-02-09 22:00:15 +01:00
2009-09-03 08:38:06 +02:00
2009-02-09 22:00:15 +01:00
2009-06-25 13:44:50 +05:00
2008-12-23 18:21:01 +04:00
2009-09-29 17:38:40 +02:00
2009-12-09 14:39:07 +08:00
2009-03-27 10:18:06 +08:00
2009-02-06 18:25:08 +01:00
2009-01-23 13:22:05 +01:00
2009-10-23 23:37:57 +05:00
2009-10-24 09:57:31 +03:00
2009-02-26 18:17:06 +01:00
2009-11-23 13:04:17 +03:00
2009-01-16 17:38:38 +02:00
2009-05-06 15:00:14 +05:30
2009-09-02 18:58:17 +02:00
2009-04-09 14:38:50 +05:00
2009-10-30 10:03:18 +02:00
2009-10-20 11:00:07 -07:00
2009-01-23 13:22:05 +01:00
2009-02-09 22:00:15 +01:00
2009-10-27 18:27:27 +04:00
2009-11-27 16:41:45 +02:00
2009-12-10 17:38:01 +02:00
2009-02-03 14:45:17 +01:00
2009-08-12 12:03:05 +02:00
2009-09-10 11:54:26 +05:00
2009-11-17 22:51:49 +01:00
2009-12-10 10:31:52 +04:00
2009-03-10 16:54:24 +01:00
2009-07-03 10:19:32 +02:00
2009-11-27 18:10:28 +02:00
2009-06-10 11:58:36 +03:00
2009-11-03 17:23:05 +01:00
2008-12-13 19:42:12 +00:00
2009-02-19 18:24:25 -05:00
2009-10-08 16:36:36 +01:00
2009-01-13 15:04:28 +01:00
2009-01-31 02:08:41 +01:00
2009-05-15 12:11:07 +05:00
2009-05-10 21:20:35 +05:00
2009-08-31 17:09:09 +03:00