diff options
author | Sergei Golubchik <sergii@pisem.net> | 2011-11-08 23:07:19 +0100 |
---|---|---|
committer | Sergei Golubchik <sergii@pisem.net> | 2011-11-08 23:07:19 +0100 |
commit | 04f3ecf632816a940e2838949e0216d638436fd8 (patch) | |
tree | 133bba7d41b052dae9b6947cd41545016f507fdf /storage/xtradb | |
parent | 28e2777991b238d770529d0438e4f18fbfc3e271 (diff) | |
download | mariadb-git-04f3ecf632816a940e2838949e0216d638436fd8.tar.gz |
typos fixed
(thanks viva64.com)
Diffstat (limited to 'storage/xtradb')
-rw-r--r-- | storage/xtradb/handler/ha_innodb.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/xtradb/handler/ha_innodb.cc b/storage/xtradb/handler/ha_innodb.cc index b8784afe9d6..e0510663e30 100644 --- a/storage/xtradb/handler/ha_innodb.cc +++ b/storage/xtradb/handler/ha_innodb.cc @@ -6961,7 +6961,7 @@ ha_innobase::create( if (srv_file_per_table && !mysqld_embedded - && (!create_info->options & HA_LEX_CREATE_TMP_TABLE)) { + && !(create_info->options & HA_LEX_CREATE_TMP_TABLE)) { if ((name[1] == ':') || (name[0] == '\\' && name[1] == '\\')) { |