• unknown's avatar
    Fixed many compiler warnings · 3a0254a6
    unknown authored
    Fixed bugs in group_concat with ORDER BY and DISTINCT (Bugs #2695, #3381 and #3319)
    Fixed crash when doing rollback in slave and the io thread catched up with the sql thread
    Set locked_in_memory properly
    
    
    include/mysql_com.h:
      Fixed compiler warning
    libmysqld/emb_qcache.cc:
      Removed not used variable
    libmysqld/lib_sql.cc:
      Removed not used variable
    myisam/mi_locking.c:
      Added comment
    myisam/mi_rnext.c:
      Fixed bug in concurrent insert
    myisam/mi_rprev.c:
      Simple optimization
    mysql-test/r/func_gconcat.result:
      New tests
    mysql-test/t/func_gconcat.test:
      New tests
    mysql-test/t/func_group.test:
      Cleanup
    sql-common/client.c:
      Removed compiler warning
    sql/derror.cc:
      Better comments
    sql/field.cc:
      Removed not used function/variable
    sql/field.h:
      Removed not needed variable
    sql/ha_innodb.cc:
      Removed not used function
    sql/item.cc:
      Fixed compiler warning
    sql/item_cmpfunc.cc:
      Fixed compiler warning
    sql/item_func.cc:
      Fixed compiler warning
    sql/item_geofunc.cc:
      Fixed ...
    3a0254a6
derror.cc 5.07 KB