1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

cleanup: extra_rec_buf_length

This commit is contained in:
Sergei Golubchik
2016-01-09 00:02:56 +01:00
parent 98be2d853e
commit 605cf619ba
5 changed files with 5 additions and 28 deletions

View File

@@ -284,8 +284,6 @@ LEX_CUSTRING build_frm_image(THD *thd, const char *table,
DBUG_PRINT("info", ("part_db_type = %d", fileinfo[61]));
}
int2store(fileinfo+59,db_file->extra_rec_buf_length());
memcpy(frm_ptr, fileinfo, FRM_HEADER_SIZE);
pos+= key_buff_length;