1
0
mirror of https://github.com/MariaDB/server.git synced 2025-05-05 16:59:35 +03:00
Mattias Jonsson c574a9c414 Bug#57924: crash when creating partitioned table with
multiple columns in the partition key

ndb crash if duplicate columns in the partitioning key.

Backport from mysql-5.1-telco-7.0, see bug#53354.

Changed from case sensitive field name comparision
to non case sensitive too.

mysql-test/r/partition_error.result:
  updated result
mysql-test/t/partition_error.test:
  Added test for the error in non-ndb partitioned table.
sql/sql_partition.cc:
  Added check for duplicated field names in the
  partitioning key.
2011-01-10 16:20:28 +01:00
..
2007-12-12 18:19:24 +01:00
2007-12-10 13:29:23 +01:00
2007-12-12 18:19:24 +01:00
2008-02-03 21:24:59 +01:00
2007-10-27 01:40:48 +05:00
2007-12-12 18:19:24 +01:00
2007-12-12 18:19:24 +01:00
2007-12-12 18:19:24 +01:00
2009-03-15 18:39:48 -04:00
2009-03-15 18:39:48 -04:00
2007-10-27 01:40:48 +05:00
2007-12-12 18:19:24 +01:00
2010-10-05 11:47:03 +03:00