← Back to team overview

enterprise-support team mailing list archive

[Bug 1267483] [NEW] Build with MariaDB 10.x

 

Public bug reported:

Hello,

To build mydumper 0.6.0 with MariaDB 10.x on Debian Squeeze, I did:

# apt-get install cmake pkg-config libmariadbclient-dev libglib2.0-dev zlib1g-dev libpcre3-dev
# cd /tmp && wget --no-check-certificate https://launchpad.net/mydumper/0.6/0.6.0/+download/mydumper-0.6.0.tar.gz
# tar xvzpf mydumper-0.6.0.tar.gz
# cd mydumper-0.6.0
# cmake .
- Add on CMakeCache.txt : -I/usr/include/mysql/private/ on the MYSQL_CFLAGS line
- Use on server_detect.h : #define DETECT_MYSQL_REGEX "^([0-9]{1,2}\\.[0-9]+\\.[0-9]+)"
# make

You may want to add such modifications, or even add a
"DETECT_MARIADB_REGEX" definition.

Best regards,

--
Alexandre

** Affects: mydumper
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Server/Client Support Team, which is subscribed to MySQL.
Matching subscriptions: Ubuntu Server/Client Support Team
https://bugs.launchpad.net/bugs/1267483

Title:
  Build with MariaDB 10.x

To manage notifications about this bug go to:
https://bugs.launchpad.net/mydumper/+bug/1267483/+subscriptions


Follow ups

References