diff options
author | unknown <anjuta@arthur.local> | 2006-06-02 22:03:39 +0300 |
---|---|---|
committer | unknown <anjuta@arthur.local> | 2006-06-02 22:03:39 +0300 |
commit | 88ed77f2b772063b50438c9ba388f95989e5c990 (patch) | |
tree | cb6e881791d54b397ca488b0f36bfdf358b194a3 /.bzrignore | |
parent | 9b871930a9189cce16b39dc5576f3592a34959ba (diff) | |
download | mariadb-git-88ed77f2b772063b50438c9ba388f95989e5c990.tar.gz |
BUG#19363: mysql --no_pager makes core dump.
The problem was missing break; operator.
BitKeeper/etc/ignore:
Added client/#mysql.cc# to the ignore list
client/mysql.cc:
Fixed bug #19363: mysql --no_pager makes core dump.
There was break; missing in the case statement.
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# |