diff options
author | Sergei Golubchik <sergii@pisem.net> | 2013-09-09 19:31:29 +0200 |
---|---|---|
committer | Sergei Golubchik <sergii@pisem.net> | 2013-09-09 19:31:29 +0200 |
commit | 42f56557f59705aeec83a54f02399b04d52e9eea (patch) | |
tree | 69db851f78adb21b42f9898f501934f669d64a91 /storage/myisam/myisamdef.h | |
parent | 92265da9d77bc750eb234cfac9d6239675078983 (diff) | |
download | mariadb-git-42f56557f59705aeec83a54f02399b04d52e9eea.tar.gz |
MDEV-4941 make: AIX fails with 'Identifier not allowed in cast'; syntax error in include/my_global.h
C++ comments in C files, and a typo in my_global.h
Diffstat (limited to 'storage/myisam/myisamdef.h')
-rw-r--r-- | storage/myisam/myisamdef.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/storage/myisam/myisamdef.h b/storage/myisam/myisamdef.h index e3c1647cd59..221d6e36aea 100644 --- a/storage/myisam/myisamdef.h +++ b/storage/myisam/myisamdef.h @@ -225,7 +225,6 @@ typedef struct st_mi_isam_share mysql_rwlock_t mmap_lock; } MYISAM_SHARE; -//typedef ICP_RESULT (*index_cond_func_t)(void *param); struct st_myisam_info { |