diff options
author | monty@hundin.mysql.fi <> | 2001-11-07 00:13:29 +0200 |
---|---|---|
committer | monty@hundin.mysql.fi <> | 2001-11-07 00:13:29 +0200 |
commit | 4c60b4195436182f7d06d5db926e8f60d845271d (patch) | |
tree | 64754ff9c9c94a31f64a96e1a5e3ae60a4a93253 /sql/handler.h | |
parent | 771af387e347412ce4884dcc5dcee6db12c4bfd9 (diff) | |
download | mariadb-git-4c60b4195436182f7d06d5db926e8f60d845271d.tar.gz |
Portability fix
Cleanup typos (like SKIPP -> SKIP)
Diffstat (limited to 'sql/handler.h')
-rw-r--r-- | sql/handler.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/handler.h b/sql/handler.h index e36a81cf7c7..b18118bb114 100644 --- a/sql/handler.h +++ b/sql/handler.h @@ -95,7 +95,7 @@ /* Error on write which is recoverable (Key exist) */ -#define HA_WRITE_SKIPP 121 /* Duplicate key on write */ +#define HA_WRITE_SKIP 121 /* Duplicate key on write */ #define HA_READ_CHECK 123 /* Update with is recoverable */ #define HA_CANT_DO_THAT 131 /* Databasehandler can't do it */ |