diff options
author | cmiller@maint1.mysql.com <> | 2006-08-23 19:41:46 +0200 |
---|---|---|
committer | cmiller@maint1.mysql.com <> | 2006-08-23 19:41:46 +0200 |
commit | c640ed93b64b91dbabc6906436fd56b0aafaeece (patch) | |
tree | b010a4b2ad4eb874dd1e3f5c37a900ab31cd57e8 /sql/gen_lex_hash.cc | |
parent | 5572348ba568239c065727e3c4e11749253c0a13 (diff) | |
parent | 977e6966779db2177927a1662e198ec11faa5678 (diff) | |
download | mariadb-git-c640ed93b64b91dbabc6906436fd56b0aafaeece.tar.gz |
Merge maint1.mysql.com:/data/localhome/cmiller/bug20908/my50-bug20908
into maint1.mysql.com:/data/localhome/cmiller/mysql-5.0-maint
Diffstat (limited to 'sql/gen_lex_hash.cc')
-rw-r--r-- | sql/gen_lex_hash.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/gen_lex_hash.cc b/sql/gen_lex_hash.cc index e59986092e4..b110120bdf5 100644 --- a/sql/gen_lex_hash.cc +++ b/sql/gen_lex_hash.cc @@ -450,6 +450,7 @@ int main(int argc,char **argv) and you are welcome to modify and redistribute it under the GPL license\n\ \n*/\n\n"); + /* Broken up to indicate that it's not advice to you, gentle reader. */ printf("/* Do " "not " "edit " "this " "file! This is generated by " "gen_lex_hash.cc\nthat seeks for a perfect hash function */\n\n"); printf("#include \"lex.h\"\n\n"); |