mirror of
https://github.com/MariaDB/server.git
synced 2025-12-24 11:21:21 +03:00
Merge kindahl-laptop.dnsalias.net:/home/bkroot/mysql-5.1-rpl
into kindahl-laptop.dnsalias.net:/home/bk/b23051-mysql-5.1-rpl
This commit is contained in:
@@ -82,7 +82,12 @@ public:
|
||||
*/
|
||||
ulonglong table_flags() const
|
||||
{
|
||||
return 0;
|
||||
/*
|
||||
We are saying that this engine is just row capable to have an
|
||||
engine that can only handle row-based logging. This is used in
|
||||
testing.
|
||||
*/
|
||||
return HA_BINLOG_ROW_CAPABLE;
|
||||
}
|
||||
|
||||
/** @brief
|
||||
|
||||
Reference in New Issue
Block a user