1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00

field.cc, field.h:

Additional fix for #16377 for bigendian platforms
sql_select.cc, select.result, select.test:
  After merge fix
This commit is contained in:
evgen@moonbone.local
2006-06-21 01:14:53 +04:00
parent 278b26a39b
commit 8c0aa3560c
5 changed files with 31 additions and 31 deletions

View File

@@ -8817,7 +8817,7 @@ create_tmp_table(THD *thd,TMP_TABLE_PARAM *param,List<Item> &fields,
}
else
{
set_if_smaller(table->max_rows, rows_limit);
set_if_smaller(table->s->max_rows, rows_limit);
param->end_write_records= rows_limit;
}