Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
mariadb
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
bd8eef56
Commit
bd8eef56
authored
Jun 02, 2006
by
anjuta@arthur.local
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
BUG#19363: mysql --no_pager makes core dump.
The problem was missing break; operator.
parent
3043d29b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
.bzrignore
.bzrignore
+1
-0
client/mysql.cc
client/mysql.cc
+1
-0
No files found.
.bzrignore
View file @
bd8eef56
...
...
@@ -1282,3 +1282,4 @@ extra/yassl/taocrypt/benchmark/benchmark
extra/yassl/taocrypt/test/test
extra/yassl/testsuite/testsuite
client/mysql_upgrade
client/#mysql.cc#
client/mysql.cc
View file @
bd8eef56
...
...
@@ -823,6 +823,7 @@ get_one_option(int optid, const struct my_option *opt __attribute__((unused)),
case
OPT_NOPAGER
:
printf
(
"WARNING: option deprecated; use --disable-pager instead.
\n
"
);
opt_nopager
=
1
;
break
;
case
OPT_MYSQL_PROTOCOL
:
{
if
((
opt_protocol
=
find_type
(
argument
,
&
sql_protocol_typelib
,
0
))
<=
0
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment