diff options
author | unknown <bell@laptop.sanja.is.com.ua> | 2003-08-28 13:21:30 +0300 |
---|---|---|
committer | unknown <bell@laptop.sanja.is.com.ua> | 2003-08-28 13:21:30 +0300 |
commit | 834cfbd190649b97f1c017ad107a6a335d335cb3 (patch) | |
tree | 003a83f6ff2b079762c1efcc8c774ae7d57b56c6 /sql/item_subselect.h | |
parent | c2d54add7ede5e2e4610c43eeff6aa6f055cf197 (diff) | |
download | mariadb-git-834cfbd190649b97f1c017ad107a6a335d335cb3.tar.gz |
enum renamed (asked for compilation under windows)
Diffstat (limited to 'sql/item_subselect.h')
-rw-r--r-- | sql/item_subselect.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/item_subselect.h b/sql/item_subselect.h index ddb53ab616a..174e8809688 100644 --- a/sql/item_subselect.h +++ b/sql/item_subselect.h @@ -51,7 +51,7 @@ public: /* changed engine indicator */ bool engine_changed; - enum trans_res {OK, REDUCE, ERROR}; + enum trans_res {RES_OK, RES_REDUCE, RES_ERROR}; enum subs_type {UNKNOWN_SUBS, SINGLEROW_SUBS, EXISTS_SUBS, IN_SUBS, ALLANY_SUBS}; |