mbox series

[0/1] mariadb and mysql

Message ID 20181108170950.30189-1-chrismcc@gmail.com
Headers show
Series mariadb and mysql | expand

Message

Christopher McCrory Nov. 8, 2018, 5:09 p.m. UTC
I ran into this again when testing perl-termreadkey.  I started with an
existing config that used perl-dbd-mysql. Thought I would send the
patch I generated a while ago. As an aside, used mariadb because the
oracle-mysql 5.1 version was EOL 5 ish years ago.

Hopefully my commit messages are getting better :)



Christopher McCrory (1):
  mariadb: fix mysql_config when cross compiling

 package/mariadb/mariadb.mk | 5 +++++
 1 file changed, 5 insertions(+)

Comments

Arnout Vandecappelle Nov. 9, 2018, 8:48 p.m. UTC | #1
On 08/11/2018 18:09, Christopher McCrory wrote:
> I ran into this again when testing perl-termreadkey.  I started with an
> existing config that used perl-dbd-mysql. Thought I would send the
> patch I generated a while ago. As an aside, used mariadb because the
> oracle-mysql 5.1 version was EOL 5 ish years ago.

 Feel free to bump it :-)

 However, note that at the moment, there is a huge size difference between
oracle-mysql and mariadb: oracle-mysql server is just around 10MB, while mariadb
is over 100MB.


 Regards,
 Arnout

> 
> Hopefully my commit messages are getting better :)
> 
> 
> 
> Christopher McCrory (1):
>   mariadb: fix mysql_config when cross compiling
> 
>  package/mariadb/mariadb.mk | 5 +++++
>  1 file changed, 5 insertions(+)
>