Create a libmysql source tarball that is lgpl/bsd.
The first version should be based on MySQL 3.23 sources, where it was still lgpl. This can be used by anyone to connect to MySQL and MariaDB, with the following limitations: - You have to use the --old-password option in MySQL (as the old client library only supports the old authentication) - You can't use prepared statement (as the old client library doesn't have support for these) We soon have to decide if we should use this as a base for a full update MariaDB client library that is a binary drop in for a the current MySQL / MariaDB libraries. The other options are: - Writing a new one from scratch. - Use the Drizzle client library as a base.
Title modified. --- /tmp/wklog.134.old.24877 2010-12-14 19:44:52.000000000 +0000 +++ /tmp/wklog.134.new.24877 2010-12-14 19:44:52.000000000 +0000 @@ -1,2 +1,2 @@ -lgpl client library +lgpl client library based on MySQL 3.23
Implementor signoff
Status updated. --- /tmp/wklog.134.old.27416 2010-09-02 20:24:13.000000000 +0000 +++ /tmp/wklog.134.new.27416 2010-09-02 20:24:13.000000000 +0000 @@ -1,2 +1,2 @@ -Code-Review +Complete
Low Level Design modified. --- /tmp/wklog.134.old.10519 2010-08-30 20:20:17.000000000 +0000 +++ /tmp/wklog.134.new.10519 2010-08-30 20:20:17.000000000 +0000 @@ -1,2 +1,21 @@ +The first version should be based on MySQL 3.23 sources, where it was still +lgpl. + +This can be used by anyone to connect to MySQL and MariaDB, with the +following limitations: + +- You have to use the --old-password option in MySQL (as the old client + library only supports the old authentication) +- You can't use prepared statement (as the old client library doesn't have + support for these) + + +We soon have to decide if we should use this as a base for a full +update MariaDB client library that is a binary drop in for a the +current MySQL / MariaDB libraries. + +The other options are: +- Writing a new one from scratch. +- Use the Drizzle client library as a base.
High Level Description modified. --- /tmp/wklog.134.old.10505 2010-08-30 20:19:59.000000000 +0000 +++ /tmp/wklog.134.new.10505 2010-08-30 20:19:59.000000000 +0000 @@ -1,3 +1,3 @@ -create a libmysql source tarball based on mysql 3.23 sources, where it was still -lgpl +Create a libmysql source tarball that is lgpl/bsd. +
Private updated: Yes -> No Code Review signoff
Code Review updated: -> Monty
Status updated. --- /tmp/wklog.134.old.12379 2010-08-29 13:30:43.000000000 +0000 +++ /tmp/wklog.134.new.12379 2010-08-29 13:30:43.000000000 +0000 @@ -1,2 +1,2 @@ -In-Progress +Code-Review
Version updated. --- /tmp/wklog.134.old.12371 2010-08-29 13:30:10.000000000 +0000 +++ /tmp/wklog.134.new.12371 2010-08-29 13:30:10.000000000 +0000 @@ -1,2 +1,2 @@ -Benchmarks-3.0 +Server-9.x
Status updated. --- /tmp/wklog.134.old.12371 2010-08-29 13:30:10.000000000 +0000 +++ /tmp/wklog.134.new.12371 2010-08-29 13:30:10.000000000 +0000 @@ -1,2 +1,2 @@ -Assigned +In-Progress