mirror of
https://github.com/MariaDB/server.git
synced 2025-01-25 00:04:33 +01:00
Replace the Latin abbreviation "cf." in comments.
This commit is contained in:
parent
cced4e84a2
commit
b99a4edfa8
3 changed files with 5 additions and 4 deletions
|
@ -160,7 +160,7 @@ struct btr_search_struct{
|
|||
number of full fields */
|
||||
ulint n_bytes; /* recommended prefix: number of bytes in
|
||||
an incomplete field;
|
||||
cf. BTR_PAGE_MAX_REC_SIZE */
|
||||
see also BTR_PAGE_MAX_REC_SIZE */
|
||||
ibool left_side; /* TRUE or FALSE, depending on whether
|
||||
the leftmost record of several records with
|
||||
the same prefix should be indexed in the
|
||||
|
|
|
@ -65,8 +65,8 @@ dtype_get_mblen(
|
|||
innobase_get_cset_width(dtype_get_charset_coll(prtype),
|
||||
mbminlen, mbmaxlen);
|
||||
ut_ad(*mbminlen <= *mbmaxlen);
|
||||
ut_ad(*mbminlen <= 2); /* cf. the bit-field in dtype_t */
|
||||
ut_ad(*mbmaxlen < 1 << 3); /* cf. the bit-field in dtype_t */
|
||||
ut_ad(*mbminlen <= 2); /* mbminlen in dtype_t is 0..3 */
|
||||
ut_ad(*mbmaxlen < 1 << 3); /* mbmaxlen in dtype_t is 0..7 */
|
||||
#else /* !UNIV_HOTBACKUP */
|
||||
ut_a(mtype <= DATA_BINARY);
|
||||
*mbminlen = *mbmaxlen = 1;
|
||||
|
|
|
@ -87,7 +87,8 @@ operations (very slow); also UNIV_DEBUG must be defined */
|
|||
rw-locks and mutexes */
|
||||
#define UNIV_SEARCH_PERF_STAT /* statistics for the
|
||||
adaptive hash index */
|
||||
#define UNIV_SRV_PRINT_LATCH_WAITS /* cf. sync0sync.c */
|
||||
#define UNIV_SRV_PRINT_LATCH_WAITS /* enable diagnostic output
|
||||
in sync0sync.c */
|
||||
#define UNIV_BTR_PRINT /* enable functions for
|
||||
printing B-trees */
|
||||
#endif
|
||||
|
|
Loading…
Add table
Reference in a new issue