diff options
author | unknown <monty@donna.mysql.com> | 2000-09-27 02:40:54 +0300 |
---|---|---|
committer | unknown <monty@donna.mysql.com> | 2000-09-27 02:40:54 +0300 |
commit | 8bd8993cd30c43f0712b555b384676d6906d4def (patch) | |
tree | f81605254863ffc2b10f71ccb7efd66e3844f345 /myisam/myisamdef.h | |
parent | b95853972a4e9aa7adb3c1827d95c6b5dd69f2f6 (diff) | |
download | mariadb-git-8bd8993cd30c43f0712b555b384676d6906d4def.tar.gz |
Fixes for release
include/config-win.h:
Increase the number of files on windows
include/mysys_err.h:
New error message
myisam/mi_log.c:
Fix myisam.log to be usable even if we are using NFS
myisam/myisamdef.h:
Fix myisam.log to be usable even if we are using NFS
mysys/errors.c:
Fix error message
Diffstat (limited to 'myisam/myisamdef.h')
-rw-r--r-- | myisam/myisamdef.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/myisam/myisamdef.h b/myisam/myisamdef.h index 8784afca0d9..e436e0872ca 100644 --- a/myisam/myisamdef.h +++ b/myisam/myisamdef.h @@ -384,6 +384,7 @@ extern uchar NEAR myisam_file_magic[],NEAR myisam_pack_file_magic[]; extern uint NEAR myisam_read_vec[],NEAR myisam_readnext_vec[]; extern uint myisam_quick_table_bits; extern File myisam_log_file; +extern ulong myisam_pid; /* This is used by _mi_calc_xxx_key_length och _mi_store_key */ |