mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
remove the rest of isam/merge references
fix a race condition in TC_LOG_BINLOG::unlog
This commit is contained in:
@ -42,7 +42,6 @@
|
||||
|
||||
#include "mysql_priv.h"
|
||||
#include <m_ctype.h>
|
||||
#include <nisam.h>
|
||||
#include "sql_select.h"
|
||||
|
||||
#ifndef EXTRA_DEBUG
|
||||
@ -51,7 +50,7 @@
|
||||
#endif
|
||||
|
||||
/*
|
||||
Convert double value to #rows. Currently this does floor(), and we
|
||||
Convert double value to #rows. Currently this does floor(), and we
|
||||
might consider using round() instead.
|
||||
*/
|
||||
#define double2rows(x) ((ha_rows)(x))
|
||||
|
Reference in New Issue
Block a user