[Gambas-Notification] [Git][gambas/gambas][master] 2 commits: Compile with MySQL version >= 8.0.1
Benoît Minisini
gitlab at mg.gitlab.com
Mon Apr 6 12:07:12 CEST 2020
Benoît Minisini pushed to branch master at Gambas / gambas
Commits:
f0cf49ad by Bastian Germann at 2020-03-08T22:26:02+01:00
Compile with MySQL version >= 8.0.1
The my_bool type was removed with MySQL 8.0.1:
https://dev.mysql.com/doc/relnotes/mysql/8.0/en/news-8-0-1.html#mysqld-8-0-1-compiling
Replace my_bool with char which was the typedef in older MySQL versions
and still is in MariaDB.
[GB.DB.MYSQL]
* BUG: Compile with MySQL version >= 8.0.1.
- - - - -
3d1a9b13 by Benoît Minisini at 2020-04-06T10:07:09+00:00
Merge branch 'master' into 'master'
Compile with MySQL version >= 8.0.1
See merge request gambas/gambas!141
- - - - -
1 changed file:
- gb.db.mysql/src/main.c
View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/889d95293254214600285d7cc1f1e967bc53f36d...3d1a9b13c9a6918d3a71d67d7bd3149f1840b019
--
View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/889d95293254214600285d7cc1f1e967bc53f36d...3d1a9b13c9a6918d3a71d67d7bd3149f1840b019
You're receiving this email because of your account on gitlab.com.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.gambas-basic.org/pipermail/notification/attachments/20200406/2e0a4a2e/attachment-0001.html>
More information about the Notification
mailing list