1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-07 00:04:31 +03:00

OLAP functionality plus some small bug fixes

This commit is contained in:
Sinisa@sinisa.nasamreza.org
2002-07-20 14:51:52 +03:00
parent 4331c705e5
commit 2e8fb546dc
16 changed files with 612 additions and 12 deletions

View File

@@ -258,6 +258,7 @@ bool select_union::send_data(List<Item> &values)
thd->offset_limit--;
return 0;
}
fill_record(table->field,values);
if ((write_record(table,&info)))
{