mirror of
https://github.com/MariaDB/server.git
synced 2025-08-07 00:04:31 +03:00
Added MYSQL_SERVER_SUFFIX to mysqld
Fixed bug in TRIM changed strnmov -> strmake
This commit is contained in:
@@ -375,8 +375,8 @@ int handler::ha_open(const char *name, int mode, int test_if_locked)
|
||||
{
|
||||
int error;
|
||||
DBUG_ENTER("handler::open");
|
||||
DBUG_PRINT("enter",("db_type: %d db_stat: %d mode: %d lock_test: %d",
|
||||
table->db_type, table->db_stat, mode, test_if_locked));
|
||||
DBUG_PRINT("enter",("name: %s db_type: %d db_stat: %d mode: %d lock_test: %d",
|
||||
name, table->db_type, table->db_stat, mode, test_if_locked));
|
||||
|
||||
if ((error=open(name,mode,test_if_locked)))
|
||||
{
|
||||
|
Reference in New Issue
Block a user