diff options
Diffstat (limited to 'include/mysql_com.h')
-rw-r--r-- | include/mysql_com.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/mysql_com.h b/include/mysql_com.h index 19888a492ed..4154b620208 100644 --- a/include/mysql_com.h +++ b/include/mysql_com.h @@ -474,9 +474,6 @@ struct my_rnd_struct; enum Item_result { STRING_RESULT=0, REAL_RESULT, INT_RESULT, ROW_RESULT, DECIMAL_RESULT -#ifdef MYSQL_SERVER - ,IMPOSSIBLE_RESULT /* Yes, we know this is ugly, don't tell us */ -#endif }; typedef struct st_udf_args |