my_global.h, my_getopt.h, etc missing from MySQL 8 devel
Posted by: John Wythe
Date: July 18, 2022 11:57PM

I have a C program that used to compile with MySQL versions 3.23 to 5.5

I am trying compile it with MySQL 8. my_global.h, my_getopt.h and a few other header files are not included in the mysql-devel package.

I can compile fine with mariadb-devel.

What is the best way to get around this problem. Is it okay to compile with mariadb-devel and run with libmysqlclient.so from MySQL 8.

Are there replacement header files for MySQL 8 that provide the functions provided by my_getopt.h and my_global.h?

Options: ReplyQuote


Subject
Views
Written By
Posted
my_global.h, my_getopt.h, etc missing from MySQL 8 devel
292
July 18, 2022 11:57PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.