mirror of
https://github.com/MariaDB/server.git
synced 2026-05-14 19:07:15 +02:00
Fixed bug in DATE_FORMAT when used with GROUP BY
Build-tools/Do-compile: Fixed typo Docs/manual.texi: Changelog mysql-test/r/type_date.result: Added test of bug in DATE_FORMAT mysql-test/t/type_date.test: Added test of bug in DATE_FORMAT scripts/mysqlhotcopy.sh: Fix for RAID files sql/table.cc: Fixed typo in last patch
This commit is contained in:
parent
39cdb786fd
commit
d6998363af
8 changed files with 26 additions and 5 deletions
|
|
@ -601,7 +601,7 @@ int closefrm(register TABLE *table)
|
|||
}
|
||||
delete table->file;
|
||||
table->file=0; /* For easyer errorchecking */
|
||||
hash_free(&outparam->name_hash);
|
||||
hash_free(&table->name_hash);
|
||||
free_root(&table->mem_root,MYF(0));
|
||||
DBUG_RETURN(error);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue