1. 28 Feb, 2002 3 commits
    • unknown's avatar
      Several new OpenGIS functions · 94958d06
      unknown authored
      Fixes in GeomFromText() to accept an new optional
         argument respobsible for SRID. This is for more
         OpenGIS conformance and PostGIS compatibility
         to simplify migrating from PgSQL to MySQL
      
      
      sql/gen_lex_hash.cc:
        Changed max_allowed_array
      sql/lex.h:
        Added several symbols for new OpenGIS SQL functions
      sql/sql_yacc.yy:
        new OpenGIS functions (spatial constructors)
      94958d06
    • unknown's avatar
      Merge abarkov@work.mysql.com:/home/bk/mysql-4.1 · c9ad5d90
      unknown authored
      into gw.udmsearch.izhnet.ru:/usr/home/bar/mysql-4.1
      
      
      c9ad5d90
    • unknown's avatar
      These files must be ignored being symlinked from /sql · 0ab62691
      unknown authored
      
      BitKeeper/etc/ignore:
        Added libmysqld/gstream.cc libmysqld/spatial.cc to the ignore list
      0ab62691
  2. 23 Feb, 2002 2 commits
  3. 22 Feb, 2002 4 commits
    • unknown's avatar
      Merge abarkov@work.mysql.com:/home/bk/mysql-4.1 · 1e468e3b
      unknown authored
      into gw.udmsearch.izhnet.ru:/usr/home/bar/mysql-4.1
      
      
      BitKeeper/etc/ignore:
        auto-union
      sql/sql_table.cc:
        Auto merged
      sql/sql_yacc.yy:
        Auto merged
      1e468e3b
    • unknown's avatar
      Added GIS extension · 32a08516
      unknown authored
      
      BitKeeper/etc/ignore:
        Added myisam/rt_test myisam/sp_test to the ignore list
      32a08516
    • unknown's avatar
      Merge work.mysql.com:/home/bk/mysql-4.0 · b569a092
      unknown authored
      into work.mysql.com:/home/bk/mysql-4.1
      
      
      BitKeeper/etc/logging_ok:
        auto-union
      sql/sql_select.cc:
        Auto merged
      sql/sql_union.cc:
        Auto merged
      sql/sql_yacc.yy:
        Auto merged
      b569a092
    • unknown's avatar
      Various fixups to correct DocBook output of manual. · 64cad518
      unknown authored
      
      Docs/Support/docbook-fixup.pl:
        Added new regex for XREFs, to have them in correct English-grammar.
        Minor fixup to removed node catcher from earlier change.
      Docs/manual.texi:
        Fixup of Texinfo @ref/@xref/@pxref usage in appropriate locations.
      64cad518
  4. 21 Feb, 2002 6 commits
  5. 20 Feb, 2002 3 commits
    • unknown's avatar
      This ChangeSet adds RTREE support into myisam library. · 3d5dc65d
      unknown authored
      RTREEs will be used for GIS extension in MySQL
      
      
      myisam/.cvsignore:
        Added sp_test and rt_test
      myisam/Makefile.am:
        Added RTREE files
      myisam/mi_create.c:
        Added RTREE/SPATIAL initialization
      myisam/mi_delete.c:
        Switched to use virual function, instead of mi_ck_delete() direct call
      myisam/mi_key.c:
        Added sp_make_key() call in the case of SPATIAL index type
      myisam/mi_open.c:
        Added some new initialization actions which depend on key_alg being used: RTREE or BTREE
      myisam/mi_range.c:
        Rtree estimation
      myisam/mi_rkey.c:
        rtree
      myisam/mi_rnext.c:
        rtree
      myisam/mi_rnext_same.c:
        rtree
      myisam/mi_static.c:
        New search flags for bounding rectungles
      myisam/mi_test1.c:
        one now should always specify key_alg during keyinfo initializing: BTREE or RTREE
      myisam/mi_test2.c:
        Added key_alg initializing
      myisam/mi_test3.c:
        Added key_alg initialization
      myisam/mi_update.c:
        Switched to virtual functions, instead of mi_ck_delete/mi_ck_write direct call
      myisam/mi_write.c:
        Virtual function instead of mi_ck_write() direct call
      myisam/myisamdef.h:
        Rtree additions
      3d5dc65d
    • unknown's avatar
      Merge arjen@work.mysql.com:/home/bk/mysql-4.0 · c9c61df6
      unknown authored
      into co3064164-a.bitbike.com:/home/arjen/mysql-4.0
      
      
      c9c61df6
    • unknown's avatar
      Windows shutdown procedure further clarified, added NT workaround. · e86a88f2
      unknown authored
      Fixed typo.
      
      
      e86a88f2
  6. 19 Feb, 2002 5 commits
  7. 18 Feb, 2002 6 commits
  8. 16 Feb, 2002 1 commit
    • unknown's avatar
      manual.texi: · c4ab3fc0
      unknown authored
        Fix typo in a contrib download filename
      
      
      Docs/manual.texi:
        Fix typo in a contrib download filename
      c4ab3fc0
  9. 15 Feb, 2002 10 commits
    • unknown's avatar
      Merge tfr@work.mysql.com:/home/bk/mysql-4.0 · e3784476
      unknown authored
      into sarvik.tfr.cafe.ee:/usr/home/tfr/BK/mysql-4.0
      
      
      Docs/manual.texi:
        Auto merged
      e3784476
    • unknown's avatar
      Patched conversion system to generate well-formed XML · 1ab1e758
      unknown authored
      
      Docs/Support/docbook-fixup.pl:
        Series of minor changes to convert the output of makeinfo to well-formed XML
         - Discarded DTD - ORA can add their own appropriate DTD
         - Added required XML PI - included appropriate character encoding information
         - Added missing abstract and bookinfo tags
         - Escaped ampersands in HTML escape sequences to allow validation - need to review
      Docs/Support/make-docbook:
        Forced validation of XML document at end of conversion process
        Removed temporary files - set makeinfo output to stdout
      BitKeeper/etc/ignore:
        Added Docs/safe-mysql.xml to the ignore list
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      1ab1e758
    • unknown's avatar
      manual.texi: · 2ecb9836
      unknown authored
        Remove link to sqlscreens in the contrib section
      
      
      Docs/manual.texi:
        Remove link to sqlscreens in the contrib section
      2ecb9836
    • unknown's avatar
      post-commit: · a2b32234
      unknown authored
        Move to 4.1
      README:
        It is just test, ignore. My first attempt to push into bk
      
      
      README:
        It is just test, ignore. My first attempt to push into bk
      BitKeeper/triggers/post-commit:
        Move to 4.1
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      a2b32234
    • unknown's avatar
      Zapped trailing spaces. · 00f6850d
      unknown authored
      00f6850d
    • unknown's avatar
      Cleanup @example blocks in manual for XML/DocBook/PS/PDF output. · 0983c695
      unknown authored
      
      Docs/manual.texi:
        All lines in @example blocks need to be <76 chars.
        Minor cleanup of other stuff in @example blocks.
      0983c695
    • unknown's avatar
      Clarified USE/IGNORE INDEX in all relevant sections. · 1cdde351
      unknown authored
      Added mention of USE/IGNORE KEY as alias for USE/IGNORE INDEX.
      Fixups references to this feature throughout manual.
      
      
      1cdde351
    • unknown's avatar
      Improved USE INDEX / IGNORE INDEX info. · c627eb76
      unknown authored
      
      Docs/manual.texi:
        Added USE INDEX / IGNORE INDEX syntax to table_references info in SELECT.
        Added USE INDEX / IGNORE INDEX to function index.
      c627eb76
    • unknown's avatar
      Fixups for XML/DocBook output. · e501e964
      unknown authored
      
      Docs/Support/docbook-fixup.pl:
        Added fixup for xref closing /> tag to prevent malformed XML.
        Improved /para whitespace removal.
      Docs/manual.texi:
        Removed double whitespace in middle of sentence.
      e501e964
    • unknown's avatar
      Merge work:/home/bk/mysql-4.0 into hundin.mysql.fi:/my/bk/mysql-4.0 · 0ee35d6d
      unknown authored
      
      sql/sql_parse.cc:
        Auto merged
      0ee35d6d