summaryrefslogtreecommitdiff
path: root/sql/unireg.cc
diff options
context:
space:
mode:
authormonty@hundin.mysql.fi <>2002-11-07 04:02:37 +0200
committermonty@hundin.mysql.fi <>2002-11-07 04:02:37 +0200
commit65badfff1a6dec4de5bf2d29cf143c72b5dd8830 (patch)
treee27391c030124332f69b62384e7e47e39f8e1818 /sql/unireg.cc
parenta6e5f9217c5443fb5cedfef012517f37b4df6cf1 (diff)
downloadmariadb-git-65badfff1a6dec4de5bf2d29cf143c72b5dd8830.tar.gz
Put temporary files in binlog cache when using BEGIN/COMMIT
Let MySQL 4.0 read 4.1 .frm files without 4.1 specific extensions New variables @@rand_seed1 and @@rand_seed2 (used by replication) DROP TEMPORARY TABLE
Diffstat (limited to 'sql/unireg.cc')
-rw-r--r--sql/unireg.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/unireg.cc b/sql/unireg.cc
index 7d0201f75ae..cc8440da1e4 100644
--- a/sql/unireg.cc
+++ b/sql/unireg.cc
@@ -557,6 +557,7 @@ static bool make_empty_rec(File file,enum db_type table_type,
null_pos+null_count/8,
1 << (null_count & 7),
field->pack_flag,
+ field->sql_type,
field->unireg_check,
field->interval,
field->field_name,