mirror of
https://github.com/MariaDB/server.git
synced 2025-10-29 01:46:31 +01:00
When spider tries to find a partition matching a name passed from the sql layer, it construct the partition name with NORMAL_PART_NAME. However, the name passed from the sql layer could be constructed with other types of name, such as TEMP_PART_NAME, which is a longer string. Spider does handle TEMP_PART_NAME in other places of spider_get_partition_info, but overall it is not able to handle partition changes involving redistributing data to partitions which can result in TEMP_PART_NAME. That is a more involved issue. In this patch, we simply follow the existing intended logic and fix the MSAN complaint. |
||
|---|---|---|
| .. | ||
| archive | ||
| blackhole | ||
| columnstore | ||
| connect | ||
| csv | ||
| example | ||
| federated | ||
| federatedx | ||
| heap | ||
| innobase | ||
| maria | ||
| mroonga | ||
| myisam | ||
| myisammrg | ||
| oqgraph | ||
| perfschema | ||
| rocksdb | ||
| sequence | ||
| sphinx | ||
| spider | ||
| test_sql_discovery | ||