diff options
author | Mikael Ronstrom <mikael@mysql.com> | 2009-11-02 11:09:15 +0100 |
---|---|---|
committer | Mikael Ronstrom <mikael@mysql.com> | 2009-11-02 11:09:15 +0100 |
commit | 3a2d15730b6be272dd7c9f05dd5089d12fc4a930 (patch) | |
tree | b936f30a79b374c08a21084bee2ebd5b78ccc93d /sql/ha_ndbcluster.cc | |
parent | e4549b4d99a0f284238a9bd1a8db61e7685c0592 (diff) | |
parent | b9014b95b4c298a1e275aa18f0e6b8df096d8a46 (diff) | |
download | mariadb-git-3a2d15730b6be272dd7c9f05dd5089d12fc4a930.tar.gz |
Merge to latest mysql-next-mr
Diffstat (limited to 'sql/ha_ndbcluster.cc')
-rw-r--r-- | sql/ha_ndbcluster.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sql/ha_ndbcluster.cc b/sql/ha_ndbcluster.cc index c4bbd64b138..c66d6641551 100644 --- a/sql/ha_ndbcluster.cc +++ b/sql/ha_ndbcluster.cc @@ -10449,7 +10449,8 @@ static int ndbcluster_fill_files_table(handlerton *hton, continue; ERR_RETURN(ndberr); } - + table->field[IS_FILES_TABLE_CATALOG]->store(STRING_WITH_LEN("def"), + system_charset_info); table->field[IS_FILES_FILE_NAME]->set_notnull(); table->field[IS_FILES_FILE_NAME]->store(elt.name, strlen(elt.name), system_charset_info); |