1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00

Fixed charsetnr sent to the client

This commit is contained in:
bar@bar.intranet.mysql.r18.ru
2004-04-06 19:57:33 +05:00
parent 0f484ebae6
commit 950a2ebab1
6 changed files with 58 additions and 41 deletions

View File

@@ -465,7 +465,6 @@ int openfrm(const char *name, const char *alias, uint db_stat, uint prgflag,
goto err_not_open; /* purecov: inspected */
}
reg_field->comment=comment;
reg_field->set_charset(charset);
if (!(reg_field->flags & NOT_NULL_FLAG))
{
if ((null_bit<<=1) == 256)