diff options
author | pem@mysql.com <> | 2002-11-26 14:18:16 +0100 |
---|---|---|
committer | pem@mysql.com <> | 2002-11-26 14:18:16 +0100 |
commit | 3ef655ac3e37d521859d7a52b43b62bdeeeac668 (patch) | |
tree | 8321bcae8279bce06435e5104d3c68def41d8f28 /.bzrignore | |
parent | e8c7830e0f28ba8be2c102f89721fbc228654d67 (diff) | |
download | mariadb-git-3ef655ac3e37d521859d7a52b43b62bdeeeac668.tar.gz |
Pass thd as an argument to yyparse(), getting rid of all current_thd in the parser.
Diffstat (limited to '.bzrignore')
-rw-r--r-- | .bzrignore | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.bzrignore b/.bzrignore index 978926c8c37..88995ac7c65 100644 --- a/.bzrignore +++ b/.bzrignore @@ -562,3 +562,8 @@ bkpull.log.2 bkpull.log.3 build.log sql/safe_to_cache_query.txt +bkpull.log.4 +bkpull.log.5 +bkpull.log.6 +bkpush.log +sql/sql_yacc.output |