mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
Merge
configure.in: Auto merged client/mysql.cc: Auto merged extra/yassl/src/yassl_imp.cpp: Auto merged tests/Makefile.am: Auto merged
This commit is contained in:
@@ -2346,7 +2346,6 @@ print_table_data(MYSQL_RES *result)
|
||||
uint visible_length;
|
||||
uint extra_padding;
|
||||
|
||||
/* If this column may have a null value, use "NULL" for empty. */
|
||||
if (! not_null_flag[off] && (cur[off] == NULL))
|
||||
{
|
||||
buffer= "NULL";
|
||||
|
Reference in New Issue
Block a user