1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00

4.1->5.0 merge

sql/mysqld.cc:
  Auto merged
sql/sql_parse.cc:
  manual merge
This commit is contained in:
unknown
2005-10-12 11:54:12 +05:00
2 changed files with 98 additions and 1 deletions

View File

@ -2402,7 +2402,7 @@ mysql_execute_command(THD *thd)
}
#endif
}
#endif /* !HAVE_REPLICATION */
#endif /* HAVE_REPLICATION */
/*
When option readonly is set deny operations which change tables.