1
0
mirror of https://github.com/MariaDB/server.git synced 2025-09-02 09:41:40 +03:00

cosmetic change

This commit is contained in:
guilhem@mysql.com
2004-08-19 10:01:01 +02:00
parent 6f8f231c35
commit 96a000ae78
2 changed files with 10 additions and 10 deletions

View File

@@ -647,7 +647,7 @@ public:
so we internally disable it temporarily by creating the Disable_binlog
object and reset the state by destroying the object (don't forget that! or
write code so that the object gets automatically destroyed when leaving a
function...).
block, see example in sql_table.cc).
*/
class Disable_binlog {
private: