• unknown's avatar
    WL#2575 - Fulltext: Parser plugin for FTS · 12cbe6e4
    unknown authored
    Manual merge.
    
    
    Makefile.am:
      Added new 'plugin' subdir.
    configure.in:
      Added plugin related makefiles.
    include/my_base.h:
      Added HA_OPEN_FROM_SQL_LAYER flag - indicates that a table was openned from the sql layer.
      Added HA_OPTION_RELIES_ON_SQL_LAYER flag - indicates that a table relies on the sql layer.
      Added HA_CREATE_RELIES_ON_SQL_LAYER flag - indicates that a table must be created with
      HA_OPTION_RELIES_ON_SQL_LAYER flag.
    include/myisam.h:
      Distinct fulltext parser number added.
    include/plugin.h:
      Revise comment.
    sql/ha_myisam.cc:
      Pass HA_OPEN_FROM_SQL_LAYER flag to mi_open().
      Pass HA_CREATE_RELIES_ON_SQL_LAYER flag to mi_create().
    sql/sql_plugin.cc:
      Reuse "unused" dynamic array elements.
      A check for plugin info interface version.
    sql/sql_plugin.h:
      Added plugin_type_names[] - string plugin type names.
    sql/sql_show.cc:
      Use plugin_type_names array instead of switch to find literal parser name representation.
    sql/sql_table.cc:
      Fixed that AL...
    12cbe6e4
Makefile.am 5.75 KB