1. 17 Feb, 2001 1 commit
    • unknown's avatar
      Fixed that myisamchk -R works on text columns · 46ad1b88
      unknown authored
      Fixed typo when removing space from argument to -O
      
      
      Docs/manual.texi:
        Update of merge tables
      myisam/mi_check.c:
        Moved test of FULLTEXT keys to make things more efficient
      myisam/myisamchk.c:
        Incremented version
      myisam/myisamdef.h:
        Fixed that myisamchk -R works on text columns
      mysys/getvar.c:
        Fixed typo when removing space from argument to -O
      46ad1b88
  2. 15 Feb, 2001 1 commit
    • unknown's avatar
      Changed --replace to --replace_result in mysqltest · 8226b37a
      unknown authored
      Changed errmsg -> my_errmsg (portability issue)
      Fixed that mysqlbinlog writes SET TIMESTAMP before all queries
      Fixed comments in default my.cnf files
      
      
      Docs/manual.texi:
        Updated information about character sets
      client/mysqladmin.c:
        Added missing help text
      client/mysqltest.c:
        Changed --replace to --replace_result to not conflict with SQL replace command
      include/my_sys.h:
        change errmsg -> my_errmsg (portability issue)
      libmysql/errmsg.c:
        change errmsg -> my_errmsg (portability issue)
      myisam/mi_cache.c:
        Changed seek+read to pread
      myisam/mi_check.c:
        Fix bug that caused myisamchk to be very slow under some specific error conditions
      myisam/mi_dynrec.c:
        cleanup
      myisam/myisamchk.c:
        Write out value of checksum
      myisam/myisamdef.h:
        cleanup
      mysql-test/r/backup.result:
        Fixed the case where backup caused different error messages
      mysql-test/r/bdb.result:
        Added new test case
      mysql-test/r/fulltext.result:
        Fix for new CREATE TABLE format
      mysql-test/t/backup.test:
        Use --replace_result and --send
      mysql-test/t/bdb.test:
        New test case
      mysql-test/t/status.test:
        Use --send
      mysys/errors.c:
        change errmsg -> my_errmsg (portability issue)
      mysys/my_error.c:
        change errmsg -> my_errmsg (portability issue)
      mysys/typelib.c:
        Only accept full type names
      sql/derror.cc:
        change errmsg -> my_errmsg (portability issue)
      sql/ha_berkeley.cc:
        Fixed bug when using key parts that could be NULL
      sql/log_event.cc:
        Log SET TIMESTAMP before all queries
      sql/mysqlbinlog.cc:
        Incremented version number
      sql/mysqld.cc:
        change errmsg -> my_errmsg (portability issue)
        Always accept --skip-gemeni, --skip-bdb and --skip-innobase
      sql/slave.cc:
        cleanup
      sql/sql_base.cc:
        cleanup
      sql/sql_db.cc:
        cleanup
      support-files/my-huge.cnf.sh:
        Remove usage of # at end of line
      support-files/my-large.cnf.sh:
        Remove usage of # at end of line
      support-files/my-medium.cnf.sh:
        Remove usage of # at end of line
      support-files/my-small.cnf.sh:
        Remove usage of # at end of line
      8226b37a
  3. 16 Nov, 2000 1 commit
    • unknown's avatar
      changed to use IO_CACHE instead of FILE · f44cc23c
      unknown authored
      Docs/manual.texi:
        Type fixes
      myisam/mi_create.c:
        Fixed bug in update from different processes
      myisam/mi_locking.c:
        Fixed bug in update from different processes
      myisam/mi_open.c:
        Fixed bug in update from different processes
      myisam/mi_search.c:
        Fixed bug in update from different processes
      myisam/myisamdef.h:
        Fixed bug in update from different processes
      mysys/Makefile.am:
        Added mf_iocache2.c
      sql/log.cc:
        Changed to use IO_CACHE instead of FILE
      sql/sql_class.h:
        Changed to use IO_CACHE instead of FILE
      sql/sql_repl.cc:
        Changed to use IO_CACHE instead of FILE
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      f44cc23c
  4. 17 Oct, 2000 1 commit
    • unknown's avatar
      Fixes for automatic repair · b743bff8
      unknown authored
      Docs/manual.texi:
        Clarifications
      myisam/mi_check.c:
        Cleanup
      myisam/myisamdef.h:
        Header file fix
      sql/ha_myisam.cc:
        Fix for repair
      sql/sql_base.cc:
        Fix for repair
      b743bff8
  5. 16 Oct, 2000 1 commit
    • unknown's avatar
      Automatic repair of MyISAM tables + small bug fixes · f6517b19
      unknown authored
      Docs/manual.texi:
        Updates for 3.23.26
      include/Makefile.am:
        Install my_config.h
      include/my_pthread.h:
        Fix for Ia64
      myisam/mi_check.c:
        Wrong new record pos on dupplicate key error
      myisam/mi_open.c:
        Fix for automatic repair
      myisam/myisamchk.c:
        Fix for automatic repair
      myisam/myisamdef.h:
        Fix for automatic repair
      mysys/mf_tempfile.c:
        Fix usage of mkstemp
      sql-bench/bench-init.pl.sh:
        Better help text
      sql-bench/test-insert.sh:
        Fix for slow databases
      sql/field.cc:
        Fix of default values for CREATE TABLE ... SELECT
      sql/ha_berkeley.cc:
        Fix bug in BDB records_in_range
      sql/ha_myisam.cc:
        Fix for automatic repair
      sql/ha_myisam.h:
        Fix for automatic repair
      sql/handler.cc:
        Fixes for innobase
      sql/item_strfunc.cc:
        Fix for SUBSTR_INDEX and REPLACE
      sql/log_event.h:
        Portability fix
      sql/mysqld.cc:
        Added INNOBASE and fixes for automatic recover of MyISAM tables
      sql/sql_base.cc:
        Fix for automatic repair
      sql/sql_table.cc:
        Fix for IF EXISTS when used with CREATE TEMPORARY
      f6517b19
  6. 26 Sep, 2000 1 commit
    • unknown's avatar
      Fixes for release · 6640260b
      unknown authored
      include/config-win.h:
        Increase the number of files on windows
      include/mysys_err.h:
        New error message
      myisam/mi_log.c:
        Fix myisam.log to be usable even if we are using NFS
      myisam/myisamdef.h:
        Fix myisam.log to be usable even if we are using NFS
      mysys/errors.c:
        Fix error message
      6640260b
  7. 25 Sep, 2000 1 commit
    • unknown's avatar
      RIGHT JOIN, part of automatic repair of MyISAM tables, backup on repair, · a68e1e88
      unknown authored
      reading from FIFO, fixes for FULLTEXT, @@IDENTITY
      
      
      Docs/manual.texi:
        Update of RIGHT JOIN
      client/mysql.cc:
        Faster HTML generation
      extra/perror.c:
        Added MyISAM error messages
      include/my_base.h:
        Update for automatic repair of MyISAM tables
      include/my_sys.h:
        Backup files and FIFO
      include/myisam.h:
        Automatic repair and backup files
      include/mysqld_error.h:
        New error message
      myisam/mi_check.c:
        Update for automatic repair of MyISAM tables
      myisam/mi_locking.c:
        Fixed comment
      myisam/mi_open.c:
        Update for automatic repair of MyISAM tables
      myisam/myisamchk.c:
        Update for automatic repair of MyISAM tables
      myisam/myisamdef.h:
        Update for automatic repair of MyISAM tables
      mysys/mf_getdate.c:
        Added new parameter option for backup files
      mysys/my_open.c:
        Added debug information
      mysys/my_redel.c:
        Backup file handling
      sql/ha_berkeley.cc:
        Updated interface
      sql/ha_berkeley.h:
        Updated interface
      sql/ha_heap.cc:
        Updated interface
      sql/ha_heap.h:
        Updated interface
      sql/ha_isam.cc:
        Updated interface
      sql/ha_isam.h:
        Updated interface
      sql/ha_isammrg.cc:
        Updated interface
      sql/ha_isammrg.h:
        Updated interface
      sql/ha_myisam.cc:
        Update for automatic repair of MyISAM tables
      sql/ha_myisam.h:
        Updated interface
      sql/ha_myisammrg.cc:
        Updated interface
      sql/ha_myisammrg.h:
        Updated interface
      sql/handler.h:
        Updated interface
      sql/item.h:
        Added @@identity
      sql/item_func.cc:
        Added @@identity
      sql/lex.h:
        Added RIGHT JOIN
      sql/mf_iocache.cc:
        Update for reading from FIFO
      sql/mysqld.cc:
        Update for automatic repair of MyISAM tables
      sql/share/czech/errmsg.sys:
        Added @@identity
      sql/share/czech/errmsg.txt:
        Added @@identity
      sql/share/danish/errmsg.sys:
        Added @@identity
      sql/share/danish/errmsg.txt:
        Added @@identity
      sql/share/dutch/errmsg.sys:
        Added @@identity
      sql/share/dutch/errmsg.txt:
        Added @@identity
      sql/share/english/errmsg.sys:
        Added @@identity
      sql/share/english/errmsg.txt:
        Added @@identity
      sql/share/estonian/errmsg.sys:
        Added @@identity
      sql/share/estonian/errmsg.txt:
        Added @@identity
      sql/share/french/errmsg.sys:
        Added @@identity
      sql/share/french/errmsg.txt:
        Added @@identity
      sql/share/german/errmsg.sys:
        Added @@identity
      sql/share/german/errmsg.txt:
        Added @@identity
      sql/share/greek/errmsg.sys:
        Added @@identity
      sql/share/greek/errmsg.txt:
        Added @@identity
      sql/share/hungarian/errmsg.sys:
        Added @@identity
      sql/share/hungarian/errmsg.txt:
        Added @@identity
      sql/share/italian/errmsg.sys:
        Added @@identity
      sql/share/italian/errmsg.txt:
        Added @@identity
      sql/share/japanese/errmsg.sys:
        Added @@identity
      sql/share/japanese/errmsg.txt:
        Added @@identity
      sql/share/korean/errmsg.sys:
        Added @@identity
      sql/share/korean/errmsg.txt:
        Added @@identity
      sql/share/norwegian-ny/errmsg.txt:
        Added @@identity
      sql/share/norwegian/errmsg.txt:
        Added @@identity
      sql/share/polish/errmsg.sys:
        Added @@identity
      sql/share/polish/errmsg.txt:
        Added @@identity
      sql/share/portuguese/errmsg.sys:
        Added @@identity
      sql/share/portuguese/errmsg.txt:
        Added @@identity
      sql/share/romanian/errmsg.txt:
        Added @@identity
      sql/share/russian/errmsg.sys:
        Added @@identity
      sql/share/russian/errmsg.txt:
        Added @@identity
      sql/share/slovak/errmsg.sys:
        Added @@identity
      sql/share/slovak/errmsg.txt:
        Added @@identity
      sql/share/spanish/errmsg.sys:
        Added @@identity
      sql/share/spanish/errmsg.txt:
        Added @@identity
      sql/share/swedish/errmsg.OLD:
        Added @@identity
      sql/share/swedish/errmsg.sys:
        Added @@identity
      sql/share/swedish/errmsg.txt:
        Added @@identity
      sql/sql_base.cc:
        Fix for RIGHT JOIN
      sql/sql_db.cc:
        Update for automatic repair of MyISAM tables
      sql/sql_load.cc:
        Added reading from FIFO
      sql/sql_parse.cc:
        Fix for RIGHT JOIN
      sql/sql_select.cc:
        Fix for RIGHT JOIN
      sql/sql_table.cc:
        cleanup
      sql/sql_yacc.yy:
        Added RIGHT JOIN
      sql/table.cc:
        Fix handling of FULLTEXT index
      sql/table.h:
        Added RIGHT JOIN
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      a68e1e88
  8. 20 Sep, 2000 1 commit
    • unknown's avatar
      Small bug fixes + code for DELETE QUICK · 2144c32e
      unknown authored
      Docs/manual.texi:
        Change log + bug fixes from the mailing list
      configure.in:
        added mlockall
      include/config-win.h:
        Fix to use SAFE_MUTEX
      include/ft_global.h:
        Free memory
      include/my_pthread.h:
        Fix for SAFE_MUTEX on windows
      myisam/Makefile.am:
        Fix modes
      myisam/ft_static.c:
        Fix language problem with fulltext
      myisam/ft_stopwords.c:
        Free memory at end
      myisam/mi_create.c:
        Fix language problem with fulltext
      myisam/mi_delete.c:
        Added optimization to not join blocks when using delete with QUICK
      myisam/mi_panic.c:
        Added freeing of memorty
      myisam/mi_test2.c:
        Added quick mode
      myisam/myisamchk.c:
        Fixed help text
      myisam/myisamdef.h:
        Added optimization to not join blocks when using delete with QUICK
      mysys/mf_format.c:
        Don't change case for extension
      mysys/my_wincond.c:
        Fix for safe mutex
      mysys/thr_mutex.c:
        Fix for safe mutex
      sql-bench/test-insert.sh:
        Split delete test to get more information about the times
      sql/ChangeLog:
        Changelog
      sql/ha_myisam.cc:
        Better OPTIMIZE handling
      sql/log.cc:
        Cleanup
      sql/mysql_priv.h:
        Fix for safe mutex
      sql/mysqld.cc:
        Added define for --one-thread option
      sql/sql_class.h:
        Fixed lock_time in slow_log
      sql/sql_delete.cc:
        Fix for safe mutex
      sql/sql_parse.cc:
        Fix processlist message for new process
      sql/sql_table.cc:
        Fix windows problem med CREATE INDEX
      sql/sql_yacc.yy:
        Fix for safe mutex
      sql/table.cc:
        Made code simpler
      strings/bmove512.c:
        Small speed fix
      support-files/mysql.server.sh:
        Fixed awk usage
      2144c32e
  9. 16 Sep, 2000 1 commit
    • unknown's avatar
      Fix that REPAIR/ALTER TABLE use myisam_tempdir · 87fdca2e
      unknown authored
      include/myisam.h:
        Don't assume too big tempoary disks
      myisam/mi_check.c:
        Don't assume too big tempoary disks
      myisam/mi_static.c:
        Don't assume too big tempoary disks
      myisam/myisamdef.h:
        Fix type
      sql/ha_myisam.cc:
        Set myisamchk to use MySQL temporary disk space
      sql/slave.cc:
        Fix parameters
      sql/sql_lex.h:
        Added backup_dir
      87fdca2e
  10. 29 Aug, 2000 1 commit
    • unknown's avatar
      Bug fixes for 3.23.23 · e3bf73c1
      unknown authored
      myisam/mi_debug.c:
        ***MISSING WEAVE***
      Docs/internals.texi:
        Added coding guidelines
      Docs/manual.texi:
        Changelog update + Win32 -> Windows
      client/mysql.cc:
        Changed --no-named-commands to be on by default
      client/mysqlimport.c:
        Bug fix
      include/config-win.h:
        Update of supported functions
      include/global.h:
        Removed compiler warning
      libmysql/libmysql.c:
        Fix for Ia64
      myisam/ChangeLog:
        Changelog
      myisam/Makefile.am:
        Added file mi_dbug.c
      myisam/ft_stopwords.c:
        Fix for Ia64
      myisam/mi_delete_table.c:
        Extra debugging
      myisam/mi_rename.c:
        Extra debugging
      myisam/mi_rnext.c:
        Fixed bug with MIN and concurrent insert
      myisam/mi_rprev.c:
        Fixed bug with MAX and concurrent insert
      myisam/mi_search.c:
        Fixed bug with DECIMAL/NUMERIC keys
      myisam/myisamdef.h:
        Extra debugging
      scripts/make_binary_distribution.sh:
        Added thread safe mysql library
      sql/ha_heap.cc:
        Fix of HEAP bug with range keys
      sql/ha_heap.h:
        Fix of HEAP bug with range keys
      sql/handler.cc:
        Optimizing
      sql/handler.h:
        Optimizing
      sql/lock.cc:
        More DEBUG + fix of RENAME bug
      sql/mini_client.cc:
        Fix for Ia64
      sql/mysql_priv.h:
        Fix for name locks
      sql/mysqld.cc:
        Shorter message if wrong options
      sql/opt_range.cc:
        Added TODO
      sql/sql_base.cc:
        Fix for DROP TABLE
      sql/sql_parse.cc:
        Fix of permission checking for CHECK TABLE
      sql/sql_select.cc:
        Fix of using LEFT JOIN with empty table
      sql/table.h:
        Fix for name locks
      tests/fork_test.pl:
        Fixed typo
      e3bf73c1
  11. 21 Aug, 2000 1 commit
    • unknown's avatar
      FLUSH TABLE table_list · 0a97611c
      unknown authored
      Fixes for RENAME TABLE
      Portability fixes
      
      
      Docs/manual.texi:
        FLUSH TABLES table_list
      client/mysql.cc:
        Ia64 port
      client/mysqladmin.c:
        Ia64 port
      client/mysqldump.c:
        Ia64 port
      client/mysqlimport.c:
        Ia64 port
      client/mysqlshow.c:
        Ia64 port
      client/readline.cc:
        Ia64 port
      configure.in:
        Ia64 port
      include/config-win.h:
        Ia64 port
      include/thr_alarm.h:
        Ia64 port
      myisam/myisamdef.h:
        Ia64 port
      myisammrg/myrg_rkey.c:
        Ia64 port
      mysys/thr_alarm.c:
        Easier compile of non threaded client
      mysys/thr_lock.c:
        Easier compile of non threaded client
      mysys/thr_mutex.c:
        Easier compile of non threaded client
      sql-bench/crash-me.sh:
        Added test for RENAME + some ANSI SQL99 group functions
      sql-bench/limits/mysql.cfg:
        New run
      sql-bench/server-cfg.sh:
        Fix
      sql-bench/test-insert.sh:
        Fix
      sql/field.cc:
        Port to Ia64
      sql/ha_berkeley.cc:
        Port to Ia64
      sql/ha_myisam.cc:
        cleanup
      sql/handler.cc:
        Port to Ia64
      sql/hostname.cc:
        Port to Ia64
      sql/item.cc:
        Port to Ia64
      sql/item_create.cc:
        Port to Ia64
      sql/item_func.cc:
        Port to Ia64
      sql/item_strfunc.cc:
        Port to Ia64
      sql/item_timefunc.cc:
        Port to Ia64
      sql/lock.cc:
        Fix for RENAME
      sql/log.cc:
        Port to Ia64
      sql/log_event.h:
        Port to Ia64
      sql/mini_client.cc:
        Port to Ia64
      sql/mysql_priv.h:
        Port to Ia64
      sql/mysqlbinlog.cc:
        Port to Ia64
      sql/mysqld.cc:
        FLUSH TABLES table_list
      sql/net_pkg.cc:
        Port to Ia64
      sql/procedure.h:
        Port to Ia64
      sql/share/swedish/errmsg.OLD:
        FLUSH TABLES table_list
      sql/slave.cc:
        Port to Ia64
      sql/sql_acl.cc:
        Port to Ia64
      sql/sql_analyse.cc:
        Port to Ia64
      sql/sql_analyse.h:
        Port to Ia64
      sql/sql_base.cc:
        FLUSH TABLES table_list
      sql/sql_class.cc:
        Port to Ia64
      sql/sql_class.h:
        Port to Ia64
      sql/sql_parse.cc:
        Port to Ia64
      sql/sql_rename.cc:
        Fix of RENAME
      sql/sql_show.cc:
        Port to Ia64
      sql/sql_string.cc:
        Port to Ia64
      sql/sql_string.h:
        Port to Ia64
      sql/sql_table.cc:
        Fix of RENAME
      sql/sql_udf.cc:
        Port to Ia64
      sql/sql_yacc.yy:
        FLUSH TABLES table_list
      sql/table.cc:
        Port to Ia64
      sql/thr_malloc.cc:
        Port to Ia64
      sql/time.cc:
        Port to Ia64
      sql/unireg.cc:
        Port to Ia64
      0a97611c
  12. 18 Aug, 2000 1 commit
  13. 15 Aug, 2000 1 commit
    • unknown's avatar
      Fixed for Ia64 + delayed key creation + a lot of small bug fixes · 30b70dd4
      unknown authored
      Docs/Makefile.am:
        Removed typo
      Docs/internals.texi:
        Added documentation about filesort
      Docs/manual.texi:
        Lots of changes, including information about the password in the mysql.user table
      config.h.in:
        ***MISSING WEAVE***
      heap/hp_rnext.c:
        Fix of reading of read-next
      include/config-win.h:
        Fix for Ia64
      include/global.h:
        Fix for Ia64
      include/my_base.h:
        Fix for Ia64
      include/myisam.h:
        New repair options
      isam/_dynrec.c:
        Typo fixes
      isam/_search.c:
        Fix for Ia64
      merge/rrnd.c:
        Fix of ORDER BY for MERGE tables
      myisam/ft_eval.c:
        Fix for Ia64
      myisam/ft_parser.c:
        Fix for Ia64
      myisam/ft_static.c:
        Portability fixes
      myisam/mi_check.c:
        Fix for Ia64 + delay key creation
      myisam/mi_locking.c:
        Portability fixes
      myisam/myisamdef.h:
        Fixes for automatic table repair
      myisam/myisampack.c:
        Version number increment
      myisammrg/myrg_rrnd.c:
        Fix of ORDER BY for mymerge tables
      mysql.proj:
        Updated
      mysys/charset.c:
        Fix for Ia64
      mysys/mf_casecnv.c:
        Fix for Ia64
      mysys/mf_pack.c:
        Fix for Ia64
      mysys/mf_path.c:
        Fix for Ia64
      mysys/mf_wfile.c:
        Fix for Ia64
      mysys/my_alloc.c:
        Fix for Ia64
      mysys/my_lib.c:
        Fix for Ia64
      mysys/my_lread.c:
        Fix for Ia64
      mysys/my_lwrite.c:
        Fix for Ia64
      mysys/my_winthread.c:
        Fix for Ia64
      mysys/string.c:
        Fix for Ia64
      mysys/thr_alarm.c:
        Fix for Ia64
      mysys/thr_rwlock.c:
        Fix of scheduler bug for systems without rw_locks
      regex/regcomp.c:
        Fix for Ia64
      regex/regex.h:
        Fix for Ia64
      regex/regex2.h:
        Fix for Ia64
      scripts/mysqlhotcopy.sh:
        Explicit version number (because of bitkeeper)
      sql-bench/bench-init.pl.sh:
        New help message
      sql-bench/server-cfg.sh:
        Updates for postgreSQL 7.0
      sql/ChangeLog:
        Changelog
      sql/field.cc:
        Fix of datetime function handling
      sql/filesort.cc:
        More comments
      sql/gen_lex_hash.cc:
        More options
      sql/ha_berkeley.cc:
        Fix for part key reading
      sql/ha_berkeley.h:
        Indentation
      sql/ha_myisam.cc:
        Fix for delayed key creation
      sql/ha_myisam.h:
        Fix for delayed key creation
      sql/handler.h:
        Fix for delayed key creation
      sql/item_func.cc:
        Fix of crash when using constant expression with UDF functions in WHERE
      sql/item_timefunc.cc:
        Fix of datetime function handling
      sql/mini_client.cc:
        Portability fix
      sql/mysql_priv.h:
        Optimization of select initialization
      sql/mysqld.cc:
        Portability fixes, thread cache and min argument for connect_timeout
      sql/sql_load.cc:
        Delayed key handling
      sql/sql_parse.cc:
        Portability fixes and select initialization optimization
      sql/sql_select.cc:
        Small optimization + more comments
      sql/sql_table.cc:
        Fix default value adding to blob with alter table + delayed index creation
      sql/sql_yacc.yy:
        Optimized select initialization
      sql/structs.h:
        Fix for part key read
      strings/ctype-sjis.c:
        Fix for Ia64
      strings/ctype-tis620.c:
        Fix for Ia64
      strings/t_ctype.h:
        bk fix
      support-files/mysql.spec.sh:
        Added comment
      vio/viotest-ssl.cc:
        bk fix
      vio/viotest-sslconnect.cc:
        bk fix
      vio/viotest.cc:
        bk fix
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      30b70dd4
  14. 31 Jul, 2000 1 commit
    • unknown's avatar
      Import changeset · 2e94af46
      unknown authored
      Docs/Flags/australia.eps:
        First import - 3.23.10
      Docs/Flags/australia.gif:
        First import - 3.23.10
      Docs/Flags/australia.txt:
        First import - 3.23.10
      Docs/Flags/austria.eps:
        First import - 3.23.10
      Docs/Flags/austria.gif:
        First import - 3.23.10
      Docs/Flags/austria.txt:
        First import - 3.23.10
      Docs/Flags/brazil.eps:
        First import - 3.23.10
      Docs/Flags/brazil.gif:
        First import - 3.23.10
      Docs/Flags/brazil.txt:
        First import - 3.23.10
      Docs/Flags/bulgaria.eps:
        First import - 3.23.10
      Docs/Flags/bulgaria.gif:
        First import - 3.23.10
      Docs/Flags/bulgaria.txt:
        First import - 3.23.10
      Docs/Flags/canada.eps:
        First import - 3.23.10
      Docs/Flags/canada.gif:
        First import - 3.23.10
      Docs/Flags/canada.txt:
        First import - 3.23.10
      Docs/Flags/chile.eps:
        First import - 3.23.10
      Docs/Flags/chile.gif:
        First import - 3.23.10
      Docs/Flags/chile.txt:
        First import - 3.23.10
      Docs/Flags/china.eps:
        First import - 3.23.10
      Docs/Flags/china.gif:
        First import - 3.23.10
      Docs/Flags/china.txt:
        First...
      2e94af46