mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +03:00
New benchmark test
Fixed bug in REPLACE with BDB tables Prepare for write lock on read for BDB Inform the handler when we want to use IGNORE / REPLACE New manual pages
This commit is contained in:
@@ -505,10 +505,12 @@ static void usage(int version)
|
||||
log.\n");
|
||||
#ifndef __WIN__
|
||||
printf("\
|
||||
--pager[=...] Output type. Default is your ENV variable PAGER.\n\
|
||||
--pager[=...] Pager to use to display results. If you don't supply\n\
|
||||
an option the default pager is taken from your ENV\n\
|
||||
variable PAGER (%s).\n\
|
||||
Valid pagers are less, more, cat [> filename], etc.\n\
|
||||
See interactive help (\\h) also. This option does\n\
|
||||
not work in batch mode.\n");
|
||||
not work in batch mode.\n", getenv("PAGER") ? getenv("PAGER") : "");
|
||||
#endif
|
||||
printf("\
|
||||
-p[password], --password[=...]\n\
|
||||
|
||||
Reference in New Issue
Block a user