diff options
author | Tom Ryder <tom@sanctum.geek.nz> | 2013-09-18 17:43:29 +1200 |
---|---|---|
committer | Tom Ryder <tom@sanctum.geek.nz> | 2013-09-18 17:43:29 +1200 |
commit | 7a389923e86fc13b87fdea71f3248a13ba6fb3f9 (patch) | |
tree | a6033dc2dbd8f4784b0666364aad2ab227cf9c0e /mysql/my.cnf | |
parent | Prefer pretty-printed MySQL results interactively (diff) | |
download | dotfiles-7a389923e86fc13b87fdea71f3248a13ba6fb3f9.tar.gz dotfiles-7a389923e86fc13b87fdea71f3248a13ba6fb3f9.zip |
Don't hash MySQL completions
Slows things down too much and I don't find it helpful anyway
Diffstat (limited to 'mysql/my.cnf')
-rw-r--r-- | mysql/my.cnf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql/my.cnf b/mysql/my.cnf index 806eb728..73862800 100644 --- a/mysql/my.cnf +++ b/mysql/my.cnf @@ -1,5 +1,6 @@ [mysql] default-character-set=utf8 +no-auto-rehash prompt='(\u@\h:\d) mysql> ' safe-updates |