Today I finally had some time to go back and work on refactoring
the patch Milos did for his Google Summer of Code project for
MySQL. I started doing this about a month ago but hit a snag with
my time and wasn't able to get back to it.
Well...
[brian@zim client]$ ./mysql --protocol=tcp --host=::1 --user=root Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL connection id is 10 Server version: 5.2.6-alpha-debug-log Source distribution Type 'help;' or '\h' for help. Type '\c' to clear the buffer. mysql>
So now it is just a matter of a few more cleanups to make it
work. I fixed the localhost hack to handle issues with ipv6
having a different scheme for 127.0.01.
I've dropped a source tarball here:
…