• unknown's avatar
    Many MATCH'es per query now allowed (i.e. AND's and OR's now work, but · f02d7772
    unknown authored
    slow - full table scan); ORDER BY now works with MATCH (slow, full table
    scan)
    
    
    myisam/ft_eval.c:
      ft_read_next compatibility
    myisam/ft_test1.c:
      ft_read_next compatibility
    include/ft_global.h:
      ft_read_next redesigned, ft_get_relevance introduced
    sql/ha_myisam.cc:
      Many MATCH'es per query now allowed
    sql/ha_myisam.h:
      Many MATCH'es per query now allowed
    sql/handler.h:
      Many MATCH'es per query now allowed
    sql/item_func.cc:
      Many MATCH'es per query now allowed
    sql/item_func.h:
      Many MATCH'es per query now allowed
    sql/sql_select.cc:
      Many MATCH'es per query now allowed
    myisam/ft_search.c:
      HA_KEY_NOT_FOUND => HA_END_OF_FILE
    f02d7772
ft_global.h 1.63 KB