1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00

manual merge

This commit is contained in:
monty@mysql.com
2005-07-04 03:50:04 +03:00
25 changed files with 458 additions and 333 deletions

View File

@@ -2355,10 +2355,6 @@ mysql_execute_command(THD *thd)
}
#endif /* !HAVE_REPLICATION */
/*
When option readonly is set deny operations which change tables.
Except for the replication thread and the 'super' users.