diff options
author | anjuta@arthur.local <> | 2006-06-02 22:03:39 +0300 |
---|---|---|
committer | anjuta@arthur.local <> | 2006-06-02 22:03:39 +0300 |
commit | bd8eef5647f21a72d493b997e1f6eb06dab55118 (patch) | |
tree | cb6e881791d54b397ca488b0f36bfdf358b194a3 /.bzrignore | |
parent | 3043d29b1f7da7fa19f59cd0d9a3d7e8f2b69777 (diff) | |
download | mariadb-git-bd8eef5647f21a72d493b997e1f6eb06dab55118.tar.gz |
BUG#19363: mysql --no_pager makes core dump.
The problem was missing break; operator.
Diffstat (limited to '.bzrignore')
-rw-r--r-- | .bzrignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.bzrignore b/.bzrignore index 80ed7872005..2bd67528bdc 100644 --- a/.bzrignore +++ b/.bzrignore @@ -1282,3 +1282,4 @@ extra/yassl/taocrypt/benchmark/benchmark extra/yassl/taocrypt/test/test extra/yassl/testsuite/testsuite client/mysql_upgrade +client/#mysql.cc# |