mirror of
https://github.com/MariaDB/server.git
synced 2025-08-05 13:16:09 +03:00
Merge remote-tracking branch 'github/bb-11.4-release' into bb-11.8-serg
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
#ifndef SQL_CMD_INCLUDED
|
||||
#define SQL_CMD_INCLUDED
|
||||
|
||||
#include "my_base.h"
|
||||
#include <my_base.h>
|
||||
|
||||
/*
|
||||
When a command is added here, be sure it's also added in mysqld.cc
|
||||
@@ -228,6 +228,11 @@ public:
|
||||
*/
|
||||
virtual bool is_dml() const { return false; }
|
||||
|
||||
virtual void get_dml_stat (ha_rows &found, ha_rows &changed)
|
||||
{
|
||||
found= changed= 0;
|
||||
}
|
||||
|
||||
/**
|
||||
@brief Unprepare prepared statement for the command
|
||||
@param thd global context of the processed statement
|
||||
|
Reference in New Issue
Block a user