• unknown's avatar
    Fix for bug #23782: Stored procedures: crash if variable in procedure · 07efbe8c
    unknown authored
    analyse
    
    We have to call fix_fields() for procedure analyse' arguments as they may   
    not be
    fixed in some circumstances.
    
    (as the crash appears when mysqld starts skipping binlog, a test case
    will be added when we can --skip-bin-log in -master.opt)
    
    
    sql/sql_analyse.cc:
      Fix for bug #23782: Stored procedures: crash if variable in procedure
      analyse
        - call fix_fields() if arguments are not fixed.
    07efbe8c
sql_analyse.cc 35.3 KB