diff options
author | heikki@hundin.mysql.fi <> | 2003-12-12 08:09:25 +0200 |
---|---|---|
committer | heikki@hundin.mysql.fi <> | 2003-12-12 08:09:25 +0200 |
commit | 75a662fb3caa78e96c51475013f694b000c8119d (patch) | |
tree | 4242f445d3425b30ffe3d0e6d6cb142a42811fa6 /innobase/include/row0upd.h | |
parent | d3d9b727ebffa8b010638f9a519cfb8558e8d87f (diff) | |
download | mariadb-git-75a662fb3caa78e96c51475013f694b000c8119d.tar.gz |
row0upd.h, row0upd.c:
Remove wrong debug assertion and comment
Diffstat (limited to 'innobase/include/row0upd.h')
-rw-r--r-- | innobase/include/row0upd.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/innobase/include/row0upd.h b/innobase/include/row0upd.h index 174f1158ea4..dd989982743 100644 --- a/innobase/include/row0upd.h +++ b/innobase/include/row0upd.h @@ -123,8 +123,8 @@ row_upd_changes_field_size_or_external( /* out: TRUE if the update changes the size of some field in index or the field is external in rec or update */ - rec_t* rec, /* in: record in clustered index */ - dict_index_t* index, /* in: clustered index */ + rec_t* rec, /* in: record in index */ + dict_index_t* index, /* in: index */ upd_t* update);/* in: update vector */ /*************************************************************** Replaces the new column values stored in the update vector to the record |