diff options
author | unknown <ram@mysql.r18.ru> | 2003-02-19 21:14:50 +0400 |
---|---|---|
committer | unknown <ram@mysql.r18.ru> | 2003-02-19 21:14:50 +0400 |
commit | 75d1d877b3585346e9202e78c6126bcea3cded96 (patch) | |
tree | 7a33696a40357fbbb5d14a020b3a3919830880c4 /myisam/myisamdef.h | |
parent | 19f00e0abe39dad5475e466aeeb49347ef10550f (diff) | |
download | mariadb-git-75d1d877b3585346e9202e78c6126bcea3cded96.tar.gz |
Bug fix: we should set have_rtree value in case of table reopen.
Code cleanup.
myisam/mi_open.c:
Bug fix: we should set have_rtree value in case of table reopen.
myisam/myisamdef.h:
code cleanup
myisam/rt_index.c:
code cleanup
Diffstat (limited to 'myisam/myisamdef.h')
-rw-r--r-- | myisam/myisamdef.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/myisam/myisamdef.h b/myisam/myisamdef.h index 7d11c4f1231..25f2969a973 100644 --- a/myisam/myisamdef.h +++ b/myisam/myisamdef.h @@ -272,7 +272,7 @@ struct st_myisam_info { #ifdef THREAD THR_LOCK_DATA lock; #endif - uchar * rtree_recursion_state; /* For RTREE */ + uchar *rtree_recursion_state; /* For RTREE */ int rtree_recursion_depth; }; |