1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

postreview fix (SCRUM)

NULL fixed
max_length fixed
layout fixed
This commit is contained in:
bell@sanja.is.com.ua
2002-12-10 18:10:00 +02:00
parent 2885d55261
commit 5fc21bc187
9 changed files with 123 additions and 71 deletions

View File

@ -933,7 +933,7 @@ bool select_singleval_subselect::send_data(List<Item> &items)
calculate value on it & determinate "is it NULL?".
*/
it->real_value= val_item->val_result();
if ((it->null_value= val_item->is_null_result()))
if ((it->null_value= val_item->null_value))
{
it->reset();
}