1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00
Default in UPDATE & SELECT
This commit is contained in:
hf@deer.mysql.r18.ru
2003-01-21 20:20:46 +04:00
parent 9967da942b
commit 9fb261e384
6 changed files with 43 additions and 36 deletions

View File

@ -261,8 +261,6 @@ int openfrm(const char *name, const char *alias, uint db_stat, uint prgflag,
outparam->record[1]=outparam->record[0]; /* purecov: inspected */
}
outparam->default_values= outparam->record[2];
VOID(my_seek(file,pos,MY_SEEK_SET,MYF(0)));
if (my_read(file,(byte*) head,288,MYF(MY_NABP))) goto err_not_open;
if (crypted)