• unknown's avatar
    Bug#23240 --init-file statements with NOW() reports '1970-01-01 11:00:00'as the date time · 114e5b8d
    unknown authored
    - Starting time of a query sent by file bootstrapping wasn't initialized
      and starting time defaulted to 0. This later used value by the Now-
      item and is translated to 1970-01-01 11:00:00.
    - marking the time with thd->set_time() before the call to 
      mysql_parse resolves this issue.
    
    
    mysql-test/r/init_file.result:
      Appended test case
    mysql-test/std_data/init_file.dat:
      Appended test case
    mysql-test/t/init_file.test:
      Appended test case
    114e5b8d
init_file.dat 324 Bytes