~ubuntu-branches/ubuntu/gutsy/mysql-dfsg-5.0/gutsy

« back to all changes in this revision

Viewing changes to sql/ha_archive.h

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2007-04-03 09:43:01 UTC
  • mfrom: (1.1.10 upstream)
  • Revision ID: james.westby@ubuntu.com-20070403094301-fnjhfr59hu72pvtg
Tags: 5.0.38-0ubuntu1
* Package the Enterprise version again (.37 was a community version), since
  Debian and we have always done so. This brings in a few more bug fixes and
  makes functional derivations less likely.
* debian/README.Maintainer: Add pointer to upstream download URL, since it
  is very hard to find the Enterprise versions.
* Disable 33_scripts__mysql_create_system_tables__no_test.dpatch, since that
  script was removed upstream.
* debian/patches/41_scripts__mysql_install_db.sh__no_test.dpatch: Adapted to
  changed formatting in new upstream version.
* Remove debian/patches/86_PATH_MAX.dpatch, fixed upstream.
* Add debian/patches/90_org_tables_definition.dpatch: Fix local variable
  declaration in libmysqld/sql_parse.cc to fix compilation with
  EMBEDDED_LIBRARY.

Show diffs side-by-side

added added

removed removed

Lines of Context:
86
86
  int get_row(gzFile file_to_read, byte *buf);
87
87
  int read_meta_file(File meta_file, ha_rows *rows);
88
88
  int write_meta_file(File meta_file, ha_rows rows, bool dirty);
89
 
  ARCHIVE_SHARE *get_share(const char *table_name, TABLE *table, int *rc);
90
 
  int free_share(ARCHIVE_SHARE *share);
 
89
  ARCHIVE_SHARE *get_share(const char *table_name, int *rc);
 
90
  int free_share();
91
91
  int init_archive_writer();
92
92
  bool auto_repair() const { return 1; } // For the moment we just do this
93
93
  int read_data_header(gzFile file_to_read);