• unknown's avatar
    Added storage/maria (based on MyISAM). WL#3245 · d2b8d744
    unknown authored
    Moved things into ft_global.h, my_handler.h and myisamchk.h to allow MyISAM and Maria to share code and defines
    Rename of not properly renamed functions in MyISAM and my_handler.c
    Renamed some MI_ defines to HA_ to allow MyISAM and Maria to share
    Added maria variables to mysqld.cc and set_var.cc
    Fixed compiler warnings
    
    
    
    BitKeeper/etc/ignore:
      added storage/maria/*.MAI
    BUILD/SETUP.sh:
      Compile maria by default
    BitKeeper/triggers/post-commit:
      No public maria emails.
      Mark changesets emails with 'maria'
    configure.in:
      Add maria
    include/ft_global.h:
      Move defines needed by maria and MyISAM here
    include/keycache.h:
      Add support for default key_cache if cache not found
    include/my_base.h:
      Add invalidator_by_filename
    include/my_handler.h:
      Remove duplicate header files
      Add defines that are typical for handlers (MyISAM and Maria)
    include/myisam.h:
      Move things to my_handler.h to allow Maria and MyISAM to share things
      (Some things needed to be shared t...
    d2b8d744
SETUP.sh 4.5 KB