1
0
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:
marko
2007-05-22 06:48:53 +00:00
parent c320de067f
commit ad0a869520
3 changed files with 28 additions and 43 deletions

View File

@@ -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