summaryrefslogtreecommitdiff
path: root/sql/sql_show.cc
diff options
context:
space:
mode:
authorbell@sanja.is.com.ua <>2002-12-28 01:01:05 +0200
committerbell@sanja.is.com.ua <>2002-12-28 01:01:05 +0200
commitfe9e13905649a41bcda1ab4d749a31695b89b870 (patch)
tree6675c15be87ddec825795b1d2a861d6bc696f109 /sql/sql_show.cc
parente3ba256491f82294f70ce2456eed243e1e7d1919 (diff)
downloadmariadb-git-fe9e13905649a41bcda1ab4d749a31695b89b870.tar.gz
postreview fix (SCRUM)
fixed layout
Diffstat (limited to 'sql/sql_show.cc')
-rw-r--r--sql/sql_show.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/sql/sql_show.cc b/sql/sql_show.cc
index ebade0111b0..3bf64d6c78f 100644
--- a/sql/sql_show.cc
+++ b/sql/sql_show.cc
@@ -1113,8 +1113,8 @@ store_create_info(THD *thd, TABLE *table, String *packet)
packet->append(" USING BTREE", 12);
// +BAR: send USING only in non-default case: non-spatial rtree
- if((key_info->algorithm == HA_KEY_ALG_RTREE) &&
- !(key_info->flags & HA_SPATIAL))
+ if ((key_info->algorithm == HA_KEY_ALG_RTREE) &&
+ !(key_info->flags & HA_SPATIAL))
packet->append(" USING RTREE",12);
packet->append(" (", 2);