diff options
Diffstat (limited to 'sql/ha_ndbcluster.h')
-rw-r--r-- | sql/ha_ndbcluster.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/ha_ndbcluster.h b/sql/ha_ndbcluster.h index 1b49aca81e6..354a98e698c 100644 --- a/sql/ha_ndbcluster.h +++ b/sql/ha_ndbcluster.h @@ -199,7 +199,7 @@ class ha_ndbcluster: public handler int key_cmp(uint keynr, const byte * old_row, const byte * new_row); void print_results(); - longlong get_auto_increment(); + ulonglong get_auto_increment(); int ndb_err(NdbConnection*); bool uses_blob_value(bool all_fields); |