Bug #5528
MySQL Dbo Changed deprecated variable.
Start date:
01/30/2017
Due date:
% Done:
0%
Estimated time:
Description
Hello!
In src/Wt/Dbo/backend/MySQL.C you're using deprecated and deleted variable storage_engine
.
It was deprecated in MySQL version 5.5 and completely deleted in 5.7.
So I'm kinda using Wt Dbo with MySQL so I thought it will be better to change it to default_storage_engine
.
Please take a look at https://github.com/emweb/wt/pull/103
Thank you and have a great day!
Updated by Roel Standaert over 5 years ago
- Status changed from New to InProgress
- Assignee set to André Jacobs