diff options
author | unknown <pem@mysql.com> | 2003-07-03 15:58:37 +0200 |
---|---|---|
committer | unknown <pem@mysql.com> | 2003-07-03 15:58:37 +0200 |
commit | f1c754efe9b78fb8497042ebdb1b2245df392381 (patch) | |
tree | 83c79223e6a4146b43a67586468de071b057d3b9 /sql/sp_head.h | |
parent | 8070c06ae009e6dea64992419899d8a769458ddb (diff) | |
download | mariadb-git-f1c754efe9b78fb8497042ebdb1b2245df392381.tar.gz |
Code cleanup (and moved sp cache to separate file).
Diffstat (limited to 'sql/sp_head.h')
-rw-r--r-- | sql/sp_head.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sp_head.h b/sql/sp_head.h index df551897fbb..2c37d87c7c1 100644 --- a/sql/sp_head.h +++ b/sql/sp_head.h @@ -48,7 +48,7 @@ public: my_bool m_simple_case; // TRUE if parsing simple case, FALSE otherwise my_bool m_multi_query; // TRUE if a procedure with SELECT(s) uint m_old_cmq; // Old CLIENT_MULTI_QUERIES value -#if 0 +#if NOT_USED_NOW // QQ We're not using this at the moment. List<char *> m_calls; // Called procedures. List<char *> m_tables; // Used tables. |