diff options
author | unknown <kostja@dipika.(none)> | 2008-01-30 23:04:55 +0300 |
---|---|---|
committer | unknown <kostja@dipika.(none)> | 2008-01-30 23:04:55 +0300 |
commit | 96f33937779296da12b9818dd4d4c21371558c0d (patch) | |
tree | 7ea01f9346bd59a3f23ca6f7366fd391c7ee8608 /sql/sql_show.cc | |
parent | 39509d64c370b5a309f1c905d847ea0f92921327 (diff) | |
download | mariadb-git-96f33937779296da12b9818dd4d4c21371558c0d.tar.gz |
Fix a build failure (embedded server).
Diffstat (limited to 'sql/sql_show.cc')
-rw-r--r-- | sql/sql_show.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sql/sql_show.cc b/sql/sql_show.cc index 644aa3fd4cb..bc5628f12c0 100644 --- a/sql/sql_show.cc +++ b/sql/sql_show.cc @@ -4486,9 +4486,7 @@ static int get_schema_triggers_record(THD *thd, TABLE_LIST *tables, } } } -#ifndef NO_EMBEDDED_ACCESS_CHECKS ret: -#endif DBUG_RETURN(0); } |