diff options
author | unknown <pem@mysql.com> | 2002-11-26 14:18:16 +0100 |
---|---|---|
committer | unknown <pem@mysql.com> | 2002-11-26 14:18:16 +0100 |
commit | 1144c5cfd8dcf3f7125174327f94587ad4820050 (patch) | |
tree | 8321bcae8279bce06435e5104d3c68def41d8f28 /.bzrignore | |
parent | a14db06bfced19d46d0f85f17cb7567f678f799c (diff) | |
download | mariadb-git-1144c5cfd8dcf3f7125174327f94587ad4820050.tar.gz |
Pass thd as an argument to yyparse(), getting rid of all current_thd in the parser.
BitKeeper/etc/ignore:
Added bkpull.log.4 bkpull.log.5 bkpull.log.6 bkpush.log sql/sql_yacc.output to the ignore list
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 |