diff options
author | gluh@eagle.(none) <> | 2007-10-23 19:08:21 +0500 |
---|---|---|
committer | gluh@eagle.(none) <> | 2007-10-23 19:08:21 +0500 |
commit | 17acda6ca896d94b9516fee9c5f0a588e69cb1a2 (patch) | |
tree | 6a0f011ed453ad26ca914c42a6e2e8e45ce6b3ce /sql/sql_lex.h | |
parent | 3f33002fc46da86d735710af3620f9eab65b1803 (diff) | |
parent | 331ee71261dfc86cd8ab05242c3dd0420dfb53c5 (diff) | |
download | mariadb-git-17acda6ca896d94b9516fee9c5f0a588e69cb1a2.tar.gz |
Merge mysql.com:/home/gluh/MySQL/Merge/5.1
into mysql.com:/home/gluh/MySQL/Merge/5.1-opt
Diffstat (limited to 'sql/sql_lex.h')
-rw-r--r-- | sql/sql_lex.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/sql_lex.h b/sql/sql_lex.h index 4b3228390c7..a26c4fd1ca0 100644 --- a/sql/sql_lex.h +++ b/sql/sql_lex.h @@ -259,6 +259,8 @@ public: key_name.str= str; key_name.length= length; } + + void print(THD *thd, String *str); }; /* |