diff options
author | monty@narttu.mysql.fi <> | 2003-03-18 03:19:20 +0200 |
---|---|---|
committer | monty@narttu.mysql.fi <> | 2003-03-18 03:19:20 +0200 |
commit | c2fa342d537b52f042ea3789f220df6cee6a6a74 (patch) | |
tree | da8cf393b1fa3a8b2096289ccb606a372e734759 /innobase/row/row0mysql.c | |
parent | 052edd98d426a4738c88f6f63870c3ecfffeae84 (diff) | |
parent | 85de222334f89a95bb60554b537d84c3bdc5a627 (diff) | |
download | mariadb-git-c2fa342d537b52f042ea3789f220df6cee6a6a74.tar.gz |
Merge with 3.23 to get fix for halloween problem on Update of InnoDB tables
Diffstat (limited to 'innobase/row/row0mysql.c')
-rw-r--r-- | innobase/row/row0mysql.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/innobase/row/row0mysql.c b/innobase/row/row0mysql.c index ba56b3071cd..0ca1a7516e0 100644 --- a/innobase/row/row0mysql.c +++ b/innobase/row/row0mysql.c @@ -6,7 +6,7 @@ Contains also create table and other data dictionary operations. Created 9/17/2000 Heikki Tuuri *******************************************************/ - + #include "row0mysql.h" #ifdef UNIV_NONINL |