diff options
author | bell@sanja.is.com.ua <> | 2003-02-02 23:30:01 +0200 |
---|---|---|
committer | bell@sanja.is.com.ua <> | 2003-02-02 23:30:01 +0200 |
commit | 62902a3b4bf46a386a9449b146c85523dc1b07c7 (patch) | |
tree | b229dc72a1874a4a2e8c467d58a8a97d6cd597f4 /sql/sql_prepare.cc | |
parent | 291f8a225ac904eab5ce119c9a253bad21d8c7a4 (diff) | |
download | mariadb-git-62902a3b4bf46a386a9449b146c85523dc1b07c7.tar.gz |
after-review changes (577 SCRUM)
Diffstat (limited to 'sql/sql_prepare.cc')
-rw-r--r-- | sql/sql_prepare.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sql/sql_prepare.cc b/sql/sql_prepare.cc index 5e325372ef9..086d22b17d4 100644 --- a/sql/sql_prepare.cc +++ b/sql/sql_prepare.cc @@ -438,7 +438,6 @@ static bool setup_params_data(PREP_STMT *stmt) } /* - Validate the following information for INSERT statement: - field existance - fields count |