diff options
author | cmiller@zippy.cornsilk.net <> | 2008-05-15 19:45:42 -0400 |
---|---|---|
committer | cmiller@zippy.cornsilk.net <> | 2008-05-15 19:45:42 -0400 |
commit | 15dcc14c8f9bf6f0290e21374b962b810231b6ad (patch) | |
tree | e0367d45ae9e212b5fc86960272efd604d3e35e4 /sql/sp_head.h | |
parent | 91f2db7cff47f691efe2e87caf3d40ebd66fb75b (diff) | |
parent | 573828aa6ac81708f3b1281aab89f438450b5671 (diff) | |
download | mariadb-git-15dcc14c8f9bf6f0290e21374b962b810231b6ad.tar.gz |
Merge zippy.cornsilk.net:/home/cmiller/work/mysql/bug36570/my50-bug36570
into zippy.cornsilk.net:/home/cmiller/work/mysql/bug36570/my51-bug36570
Diffstat (limited to 'sql/sp_head.h')
-rw-r--r-- | sql/sp_head.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/sp_head.h b/sql/sp_head.h index 8d7062740c8..3d7597e2402 100644 --- a/sql/sp_head.h +++ b/sql/sp_head.h @@ -180,6 +180,7 @@ public: st_sp_chistics *m_chistics; ulong m_sql_mode; ///< For SHOW CREATE and execution LEX_STRING m_qname; ///< db.name + bool m_explicit_name; ///< Prepend the db name? */ /** Key representing routine in the set of stored routines used by statement. [routine_type]db.name |