diff options
author | unknown <monty@mysql.com> | 2006-06-30 19:15:18 +0300 |
---|---|---|
committer | unknown <monty@mysql.com> | 2006-06-30 19:15:18 +0300 |
commit | 9606675ba20eb309a1f402f92d06e2de8aed22d2 (patch) | |
tree | 15c1c844006e3cdc77167f5ef3986b9d40c16104 /heap | |
parent | b138b55d1d72442482cac6f70450cb6ccf492b4b (diff) | |
parent | e0171231a58d5ada5e5f6e5db83617aab550f21d (diff) | |
download | mariadb-git-9606675ba20eb309a1f402f92d06e2de8aed22d2.tar.gz |
Merge mysql.com:/home/my/mysql-4.1
into mysql.com:/home/my/mysql-5.0
libmysql/libmysql.c:
Auto merged
mysql-test/mysql-test-run.sh:
Auto merged
mysql-test/t/key.test:
Auto merged
sql/table.cc:
Auto merged
mysql-test/r/key.result:
Manual merge
mysql-test/t/mysqldump.test:
Manual merge
(Now we have same code as in 4.1 and 5.1)
sql/ha_ndbcluster.cc:
Manual merge
Change %ll -> llstr()
tests/mysql_client_test.c:
manual merge
Diffstat (limited to 'heap')
-rw-r--r-- | heap/hp_test1.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/heap/hp_test1.c b/heap/hp_test1.c index 1efa97842c7..703b39b1e2d 100644 --- a/heap/hp_test1.c +++ b/heap/hp_test1.c @@ -59,7 +59,7 @@ int main(int argc, char **argv) bzero((gptr) flags,sizeof(flags)); printf("- Creating heap-file\n"); - if (heap_create(filename,1,keyinfo,30,(ulong) flag*100000L,101L, + if (heap_create(filename,1,keyinfo,30,(ulong) flag*100000L,10L, &hp_create_info) || !(file= heap_open(filename, 2))) goto err; |