mariadb/storage
Thirunarayanan Balathandayuthapani f6e00abda0 MDEV-35169 ALTER TABLE...IMPORT TABLESPACE does not work with INDEX DESC
Problem:
=======
- Import tablespace fails to check the index fields descending
property while matching the schema given in cfg file with the
table schema.

Fix:
===
row_quiesce_write_index_fields(): Write the descending
property of the field into field fixed length field.
Since the field fixed length uses only 10 bits,
InnoDB can use 0th bit of the field fixed length
to store the descending field property.

row_import_cfg_read_index_fields(): Read the field
descending information from field fixed length.
2025-01-28 11:56:35 +05:30
..
archive
blackhole
columnstore Merge branch '10.6' into 10.11 2025-01-10 13:14:42 +01:00
connect Merge 10.6 into 10.11 2025-01-08 12:51:26 +02:00
csv
example Remove dates from all rdiff files 2025-01-05 16:40:11 +02:00
federated
federatedx
heap MDEV-35469 Heap tables are calling mallocs to often 2025-01-05 16:40:11 +02:00
innobase MDEV-35169 ALTER TABLE...IMPORT TABLESPACE does not work with INDEX DESC 2025-01-28 11:56:35 +05:30
maria Merge 10.6 into 10.11 2025-01-08 12:51:26 +02:00
mroonga
myisam Merge 10.6 into 10.11 2025-01-08 12:51:26 +02:00
myisammrg Merge 10.6 into 10.11 2025-01-08 12:51:26 +02:00
oqgraph
perfschema Merge branch '10.6' into 10.11 2025-01-10 13:14:42 +01:00
rocksdb Merge branch '10.6' into 10.11 2025-01-10 13:14:42 +01:00
sequence
sphinx
spider Merge 10.6 into 10.11 2025-01-02 12:39:56 +02:00
test_sql_discovery