Query
Monday 06 March 2023
2023-03-06 14:25:18 (3 months ago) by Marcus Comstedt <marcus@mc.pp.se>
- pike/src/modules/Mysql/configure.in (+12/-2)(14 lines)
branch: master
Configure [Mysql]: Check for mysql_config
A system can have mysql_config without having mariadb_config, so check
for that as well. However, if an explicit path to mysql is given to
--with-mysql, stick to the old behaviour.
Thursday 09 February 2023
2023-02-09 11:08:13 (4 months ago) by Henrik Grubbström (Grubba) <grubba@grubba.org>
- pike/src/modules/Mysql/configure.in (+13/-2)(15 lines)
branch: master
Configure [Mysql]: Support recent versions of libmysqlclient from MySQL.
Friday 17 December 2021
2021-12-17 15:37:06 (1 year ago) by Henrik Grubbström (Grubba) <grubba@grubba.org>
- pike/src/modules/Mysql/configure.in (+0/-0)(0 lines)
branch: 8.0
Merge branch 'patches/mariadb-conc-509' into 8.0
* patches/mariadb-conc-509:
Configure [Mysql]: Survive MariaDB Connector/C 3.2.1 and later (CONC-509).
- pike/src/modules/Mysql/configure.in (+0/-0)(0 lines)
branch: master
Merge branch 'patches/mariadb-conc-509'
* patches/mariadb-conc-509:
Configure [Mysql]: Survive MariaDB Connector/C 3.2.1 and later (CONC-509).
2021-12-17 15:29:11 (1 year ago) by Henrik Grubbström (Grubba) <grubba@grubba.org>
- pike/.gitattributes (+1/-1)(2 lines)
- pike/src/modules/Mysql/configure.in (+17/-3)(20 lines)
branch: 2841f5646cce2e2a965828ba9d9a78f3704c12d4
Configure [Mysql]: Survive MariaDB Connector/C 3.2.1 and later (CONC-509).
MariaDB Connector/C 3.2.1 CONC-509 changed the value returned
from mysql_get_client_version(3) from MYSQL_VERSION_ID to
MARIADB_PACKAGE_VERSION_ID.
Fixes support for MariaDB from 2021-05-31 and later.
Wednesday 26 June 2019
2019-06-26 17:55:59 (4 years ago) by Henrik Grubbström (Grubba) <grubba@grubba.org>
- pike/src/modules/Mysql/mysql.cmod (+2/-1)(3 lines)
- pike/src/modules/Mysql/result.cmod (+2/-1)(3 lines)
branch: master
Documentation [Mysql]: Fixed some Autodoc markup typos.
Tuesday 05 September 2017
2017-09-05 10:56:31 (6 years ago) by Henrik Grubbström (Grubba) <grubba@grubba.org>
- pike/src/modules/Mysql/configure.in (+2/-1)(3 lines)
branch: 8.0
Build [Mysql]: Fix issues with detection if mariadb_config.
Potential fix for build system issuesPIKE-35 (#8035) .
- pike/src/modules/Mysql/configure.in (+2/-1)(3 lines)
branch: 8.1
Build [Mysql]: Fix issues with detection if mariadb_config.
Potential fix for build system issuesPIKE-35 (#8035) .
Friday 18 March 2016
2016-03-18 20:04:22 (7 years ago) by Henrik Grubbström (Grubba) <grubba@grubba.org>
- pike/lib/modules/Sql.pmod/sql_util.pmod (+16/-21)(37 lines)
branch: 8.1
Sql.sql_util [Mysql]: Don't depend on the Mysql module.
This makes both MySQLUnicodeWrapper and MySQLBrokenUnicodeWrapper
always available, which fixes issues with dumped Sql.sql_util and
updating the Mysql module.
Also adds some documentation for the MySQLBrokenUnicodeWrapper.
Tuesday 09 June 2015
2015-06-09 14:33:09 (8 years ago) by Henrik Grubbström (Grubba) <grubba@grubba.org>
- pike/src/modules/Mysql/configure.in (+2/-1)(3 lines)
branch: 8.1
Configure [Mysql]: mysql.c is no more...
Bugs mentioned
![]() | CLOSED | Total test failure on Ubuntu 16.04/x86_64 (No MySQL support in pike binary |