Skip to content
This repository has been archived by the owner on Feb 29, 2024. It is now read-only.

build fix for libmariadb #1193

Closed
wants to merge 3 commits into from
Closed

build fix for libmariadb #1193

wants to merge 3 commits into from

Conversation

sidyhe
Copy link
Contributor

@sidyhe sidyhe commented Jan 13, 2024

Debian 11 has no libmysqlclient-dev repo

in libmariadb
my_bool *is_null;

Copy link
Contributor

@AriDEV3 AriDEV3 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This reverts my commit from 4-5years back, mysql 8.x uses a bool not my_bool anymore so changing this to my_bool breaks compile with mysql 8.0 8.1 and 8.2.
mariadb didnt update this like mysql did.

@sidyhe
Copy link
Contributor Author

sidyhe commented Jan 13, 2024

look the details, i am use a typename for it

@SkyFire
Copy link
Member

SkyFire commented Jan 13, 2024

We are going to stick with MySQL for now. If you wish to use mariadb feel free to modify on your local copy but we will not support any issues you may have.

@sidyhe
Copy link
Contributor Author

sidyhe commented Jan 13, 2024

ok

@sidyhe sidyhe closed this Jan 13, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants