diff options
Diffstat (limited to 'include/my_dbug.h')
-rw-r--r-- | include/my_dbug.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/my_dbug.h b/include/my_dbug.h index f0d4acc358b..6cd50dd695c 100644 --- a/include/my_dbug.h +++ b/include/my_dbug.h @@ -211,7 +211,7 @@ void debug_sync_point(const char* lock_name, uint lock_timeout); } /* DBUG_LOG() was initially intended for InnoDB. To be able to use it elsewhere - one should #include <sstream>. We intentially avoid including it here to save + one should #include <sstream>. We intentionally avoid including it here to save compilation time. */ # ifdef DBUG_OFF |