Bug #24877 missing pager support in mysql commandline client on MS Windows
Submitted: 7 Dec 2006 7:24 Modified: 7 Jan 2007 7:47
Reporter: Hans Ginzel Email Updates:
Status: No Feedback Impact on me:
None 
Category:MySQL Server: Command-line Clients Severity:S4 (Feature request)
Version:5.0.26-community-nt OS:Windows (Windows XP)
Assigned to: CPU Architecture:Any
Tags: pager

[7 Dec 2006 7:24] Hans Ginzel
Description:
Add support for pager into MySQL commandline client under Windows, please.
Eventual the integrated C:\WINDOWS\system32\more.com, or for less for Windows
http://gnuwin32.sourceforge.net/packages/less.htm.

How to repeat:
help;
\n
pager
[7 Dec 2006 7:47] Valeriy Kravchuk
Thank you for a feature request. Please, describe what you want in more details. Do you want the results of SELECT, for example, to be output in pages during interactive mysql session?
[8 Jan 2007 0:00] Bugs System
No feedback was provided for this bug for over a month, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".
[5 Nov 2008 0:46] Ilguiz Latypov
Yes, restoring the ability to browse the output of SELECT queries would be great.  The --pager option is missing in the 5.0.27 build.

C:\Documents and Settings\ilatypov>mysql --version
mysql  Ver 14.12 Distrib 5.0.27, for Win32 (ia32)

C:\Documents and Settings\ilatypov>mysql --pager
mysql: unknown option '--pager'

C:\Documents and Settings\ilatypov>