myadm

Simple MySQL client for the terminal
git clone git://git.bitsmanent.org/myadm
Log | Files | Refs | README | LICENSE

commit 2ee36e9cff24af10790b488f2af7cac9f3f14901
parent a9dbed472b9e6d039c6567e634d08d071a964a6e
Author: Claudio Alessi <smoppy@gmail.com>
Date:   Thu, 24 Mar 2016 21:30:20 +0100

Remove unused arguments (old limit retage).

Diffstat:
Mconfig.def.h | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/config.def.h b/config.def.h @@ -29,6 +29,6 @@ static Key keys[] = { { "databases", 'q', quit, {.i = 0} }, { "databases", '\n', tables, {0} }, { "databases", ' ', tables, {0} }, - { "tables", '\n', records, {.i = 500} }, - { "tables", ' ', records, {.i = 500} }, + { "tables", '\n', records, {0} }, + { "tables", ' ', records, {0} }, };