1
0
mirror of https://github.com/MariaDB/server.git synced 2025-06-04 18:03:14 +03:00
unknown 13133087e4 BUG#21658: Crash when creating table with item in prepared statement that allocates memory in fix_fields
We need to use an arena to indicate we are preparing a statement when loading partition function and
parsing it as part of an open table.


mysql-test/r/partition.result:
  Moved test case
mysql-test/t/partition.test:
  Moved test case
sql/item.cc:
  Shouldn't call change_item_tree in prepare statement phase even if arena was already activated
sql/sql_partition.cc:
  We need to use an arena to indicate we are preparing a statement when loading partition function and
  parsing it as part of an open table.
sql/table.cc:
  We need to use an arena to indicate we are preparing a statement when loading partition function and
  parsing it as part of an open table.
2006-08-22 16:52:25 -04:00
..
2006-05-10 20:39:26 +02:00
2006-07-06 15:38:47 +02:00
2006-08-10 18:29:25 -07:00
2006-06-09 12:27:28 -07:00
2006-05-24 17:21:35 +03:00
2006-06-15 01:48:41 +04:00
2006-08-01 18:55:44 +04:00
2006-08-01 08:49:43 +04:00
2006-06-11 09:04:23 +02:00
2006-07-05 16:23:18 +02:00
2006-07-20 12:54:01 -07:00
2006-07-04 12:34:23 +02:00
2006-06-14 10:54:56 +05:00
2006-08-10 12:39:18 -04:00
2006-08-14 16:50:52 -07:00
2006-06-27 18:35:10 +02:00
2006-05-31 23:34:28 +02:00
2006-05-04 19:39:47 +03:00
2006-05-04 06:28:24 +03:00
2006-07-06 15:51:13 +02:00
2006-05-28 14:51:01 +02:00
2006-06-26 15:08:09 +02:00
2006-07-30 18:25:57 +04:00
2006-06-27 18:35:10 +02:00
2006-06-27 18:35:10 +02:00
2006-06-15 16:51:24 +02:00
2006-06-09 16:20:23 +02:00
2006-08-02 19:39:47 +04:00
2006-08-14 16:50:52 -07:00
2006-06-18 14:56:35 +04:00
2006-05-31 23:34:28 +02:00
2006-06-01 12:41:57 +02:00
2006-08-01 08:49:43 +04:00
2006-05-31 23:34:28 +02:00
2006-06-12 14:23:21 +02:00
2006-05-31 23:34:28 +02:00
2006-05-31 23:34:28 +02:00
2006-05-01 00:14:32 -07:00
2006-06-09 16:20:23 +02:00
2006-06-01 12:41:57 +02:00
2006-05-31 23:34:28 +02:00
2006-05-18 21:40:52 +02:00
2006-05-31 23:34:28 +02:00
2006-05-23 12:10:07 +02:00
2006-07-30 18:25:57 +04:00
2006-06-09 19:29:39 -07:00