Build with MariaDB 10.x

Bug #1267483 reported by Alexandre Anriot
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
MySQL Data Dumper
Fix Released
Low
Max Bubenick

Bug Description

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

Related branches

Changed in mydumper:
status: New → In Progress
importance: Undecided → Low
assignee: nobody → Max Bubenick (max-bubenick)
Changed in mydumper:
status: In Progress → Fix Committed
Changed in mydumper:
milestone: none → 0.6.1
Changed in mydumper:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.