summaryrefslogtreecommitdiff
path: root/heap/hp_test1.c
diff options
context:
space:
mode:
authorunknown <root@home.(none)>2003-03-16 10:56:14 +0400
committerunknown <root@home.(none)>2003-03-16 10:56:14 +0400
commit6b11fa3a247e9dd961f0a570a208cedeb750c1a7 (patch)
tree460a8abc4de11ac2745df4507cc3edbbda326194 /heap/hp_test1.c
parenta4d8174473161708be20bfa1c18bee988bd51ed8 (diff)
downloadmariadb-git-6b11fa3a247e9dd961f0a570a208cedeb750c1a7.tar.gz
set_default_charset() is not used anymore
Some system_charset_info were removed BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted
Diffstat (limited to 'heap/hp_test1.c')
-rw-r--r--heap/hp_test1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/heap/hp_test1.c b/heap/hp_test1.c
index 2e0a57a12d3..96399fe4f2e 100644
--- a/heap/hp_test1.c
+++ b/heap/hp_test1.c
@@ -51,7 +51,7 @@ int main(int argc, char **argv)
keyinfo[0].seg[0].type=HA_KEYTYPE_BINARY;
keyinfo[0].seg[0].start=1;
keyinfo[0].seg[0].length=6;
- keyinfo[0].seg[0].charset=default_charset_info;
+ keyinfo[0].seg[0].charset= &my_charset_latin1;
keyinfo[0].flag = HA_NOSAME;
deleted=0;