summaryrefslogtreecommitdiff
path: root/myisam/myisamdef.h
diff options
context:
space:
mode:
authorunknown <ram@mysql.r18.ru>2003-02-19 21:14:50 +0400
committerunknown <ram@mysql.r18.ru>2003-02-19 21:14:50 +0400
commit75d1d877b3585346e9202e78c6126bcea3cded96 (patch)
tree7a33696a40357fbbb5d14a020b3a3919830880c4 /myisam/myisamdef.h
parent19f00e0abe39dad5475e466aeeb49347ef10550f (diff)
downloadmariadb-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.h2
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;
};