6 Commits

Author SHA1 Message Date
brad
17833ea850 Revert back to using MySQL 5.1 for the time being. MariaDB 5.5 introduces
a new libmysqlclient non-blocking API which utilizes co-routines. The X86
specific GCC ASM co-routine support hid the fact that there was an issue.
The only fallback code so far is POSIX user contexts which OpenBSD does not
support.

Input from and Ok sthen@ jasper@
2013-06-12 20:36:33 +00:00
brad
db3e127f21 Update to MariaDB 5.5.31. Also add pkgpath and conflict markers for mytop.
ok sthen@ giovanni@
2013-05-30 12:39:18 +00:00
brad
8c4568d6e0 Move mytop back to the server sub-package where I had it originally.
It requires DBD::mysql which the server sub-package already has and
I don't want to add more dependencies to the client sub-package.
Plus add the missing dependency on Term::ReadKey for mytop.

From giovanni@ OK sthen@
2013-04-11 21:02:19 +00:00
brad
bb5d00a39c Fix this for the different length of the name. 2013-04-08 02:49:53 +00:00
brad
9371fa09e2 MySQL -> MariaDB
ok sthen@
2013-04-07 22:21:26 +00:00
brad
50c1016581 Import of MariaDB.
MariaDB is a multi-threaded SQL database with a command syntax very similar
to mSQL.

ok sthen@ giovanni@
2013-04-04 18:58:44 +00:00