• Sergey Glukhov's avatar
    Bug#48729 SELECT ... FROM INFORMATION_SCHEMA.ROUTINES causes memory to grow · 36be33b0
    Sergey Glukhov authored
    Analysis showed that in case of accessing I_S table
    ROUTINES we perform unnecessary allocations
    with get_field() function for every processed row that
    in their turn causes significant memory growth.
    the fix is to avoid use of get_field().
    
    
    sql/sql_show.cc:
      Functions store_schema_proc() are changed
      to avoid use of get_field() function.
    36be33b0
sql_show.cc 240 KB