mirror of
https://github.com/MariaDB/server.git
synced 2025-12-12 08:01:43 +03:00
branches/zip: Correct the terminology: s/cluster index/clustered index/.
row_merge_read_clustered_index(): Simplify the loop that scans the clustered index.
This commit is contained in:
@@ -495,13 +495,13 @@ row_check_table_for_mysql(
|
||||
handle */
|
||||
#endif /* !UNIV_HOTBACKUP */
|
||||
/*************************************************************************
|
||||
Build new indexes to a table by reading a cluster index,
|
||||
Build new indexes to a table by reading a clustered index,
|
||||
creating a temporary file containing index entries, merge sorting
|
||||
these index entries and inserting sorted index entries to indexes. */
|
||||
|
||||
ulint
|
||||
row_build_index_for_mysql(
|
||||
/*=====================*/
|
||||
/*======================*/
|
||||
/* out: 0 or error code */
|
||||
trx_t* trx, /* in: transaction */
|
||||
dict_table_t* old_table, /* in: Table where rows are
|
||||
|
||||
Reference in New Issue
Block a user