1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

fix for r-tree code (memory overlap reported by valgrind)

new comments.
This commit is contained in:
ram@deer.(none)
2003-11-04 17:58:18 +04:00
parent 669365b41c
commit ea5a7a3d7e
4 changed files with 83 additions and 40 deletions

View File

@ -229,6 +229,7 @@ struct st_myisam_info {
char *filename; /* parameter to open filename */
uchar *buff, /* Temp area for key */
*lastkey,*lastkey2; /* Last used search key */
uchar *first_mbr_key; /* Searhed spatial key */
byte *rec_buff; /* Tempbuff for recordpack */
uchar *int_keypos, /* Save position for next/previous */
*int_maxpos; /* -""- */