1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

Merge 10.5 into 10.6

This commit is contained in:
Marko Mäkelä
2023-02-10 13:03:01 +02:00
285 changed files with 2180 additions and 1546 deletions

View File

@@ -22,7 +22,7 @@
class Debug_key: public String
{
public:
Debug_key() { };
Debug_key() = default;
void print(THD *thd) const
{
push_warning_printf(thd, Sql_condition::WARN_LEVEL_NOTE,