Commit graph

178867 commits

Author SHA1 Message Date
serg@infomag.ape.relarn.ru
bf617db818 Merge 2000-08-15 21:52:42 +04:00
unknown
771d68b520 bookkeeping
sql/sql_parse.cc:
  Auto merged
sql/mysqld.cc:
  another bookkeeping commit during merge
BitKeeper/etc/logging_ok:
  Logging to logging@openlogging.org accepted
2000-08-15 11:52:18 -06:00
sasha@mysql.sashanet.com
eec37a5fc2 bookkeeping 2000-08-15 11:52:18 -06:00
unknown
0835169334 another bookkeeping commit - will not be pushed
sql/sql_parse.cc:
  bookkeeping check in, needed to be able to pull Monty's version
2000-08-15 11:46:20 -06:00
sasha@mysql.sashanet.com
5e996d2753 another bookkeeping commit - will not be pushed 2000-08-15 11:46:20 -06:00
unknown
264ae115fd logging_ok Logging to logging@openlogging.org accepted
BitKeeper/etc/logging_ok:
  Logging to logging@openlogging.org accepted
2000-08-15 21:45:56 +04:00
serg@infomag.ape.relarn.ru
563fdb8e2a logging_ok Logging to logging@openlogging.org accepted 2000-08-15 21:45:56 +04:00
unknown
6183695e8a bookkeeping commit - bk will not let me pull Monty's changes until I commit mine to my repository - this will not be pushed
sql/mysqld.cc:
  added explict net->timeout set to net_read_timeout before handshake
2000-08-15 11:42:09 -06:00
sasha@mysql.sashanet.com
57ef3cccf3 bookkeeping commit - bk will not let me pull Monty's changes until I commit mine to my repository - this will not be pushed 2000-08-15 11:42:09 -06:00
unknown
c53d371cc9 Removed automaticly created files from Bitkeeper
BitKeeper/deleted/.del-my_global.h:
  ***MISSING WEAVE***
2000-08-15 20:10:43 +03:00
monty@donna.mysql.com
883042ba1e Removed automaticly created files from Bitkeeper 2000-08-15 20:10:43 +03:00
unknown
8b3993bc01 Fixed for Ia64 + delayed key creation + a lot of small bug fixes
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
2000-08-15 20:09:37 +03:00
monty@donna.mysql.com
ea013c2152 Fixed for Ia64 + delayed key creation + a lot of small bug fixes 2000-08-15 20:09:37 +03:00
unknown
24772d9999 PART I: Keys support for MyMERGE tables
myisammrg/             |
Makefile.am            |
mymrgdef.h             |   support for keys
myrg_open.c            |          &
myrg_queue.c           |   bugfixes
myrg_rfirst.c          |
myrg_rkey.c            |
myrg_rlast.c           |
myrg_rnext.c           |
myrg_rprev.c           |
myrg_rrnd.c            |

include/myisammrg.h    | rkey/rnext/etc prototyped

sql/                   |
ha_myisammrg.cc        | support for keys
ha_myisammrg.h         |

myisam/                |
mi_rkey.c              | buf==NULL extension, _mi_rkey()
mi_rnext.c             |
mi_rprev.c             |

include/queues.h       | reinit_queue() - same as init_queue, but w/o malloc
mysys/queues.c         |

PART II: Miscellaneous

myisam/common_words    | deleted (looks like I checked it in by mistake)

some files (like acconfig.h, Makefile.am, COPYING.LIB, etc)
                       | Change mode to -rw-r--r-- (by `chmod a-x ')



include/queues.h:
  Initial, from cvs
myisammrg/Makefile.am:
  Initial, from cvs
myisammrg/mymrgdef.h:
  Initial, from cvs
myisammrg/myrg_open.c:
  Initial, from cvs
mysys/queues.c:
  Initial, from cvs
BitKeeper/deleted/.del-common_words:
  ***MISSING WEAVE***
Makefile.am:
  Change mode to -rw-r--r--
include/mysql_version.h.in:
  Change mode to -rw-r--r--
libmysql/acconfig.h:
  ***MISSING WEAVE***
mysys/COPYING.LIB:
  Change mode to -rw-r--r--
sql/item_uniq.cc:
  Change mode to -rw-r--r--
sql/item_uniq.h:
  Change mode to -rw-r--r--
sql/share/Makefile.am:
  Change mode to -rw-r--r--
strings/ChangeLog:
  Change mode to -rw-r--r--
support-files/Makefile.am:
  Change mode to -rw-r--r--
myisam/mi_rkey.c:
  looks like rkey/rnext for MyMERGE is working
myisam/mi_rnext.c:
  looks like rkey/rnext for MyMERGE is working
myisammrg/myrg_queue.c:
  looks like rkey/rnext for MyMERGE is working
myisammrg/myrg_rkey.c:
  looks like rkey/rnext for MyMERGE is working
myisammrg/myrg_rnext.c:
  probably, works
myisammrg/myrg_rprev.c:
  probably, works
include/myisammrg.h:
  rkey/rnext/etc prototyped
myisam/mi_rprev.c:
  buf==NULL, extension
sql/ha_myisammrg.cc:
  support for keys
sql/ha_myisammrg.h:
  support for keys
myisammrg/myrg_rrnd.c:
  ORDER BY didn't work
acconfig.h:
  Change mode to -rw-r--r--
2000-08-14 15:27:19 +04:00
serg@infomag.ape.relarn.ru
5886090182 PART I: Keys support for MyMERGE tables
myisammrg/             |
Makefile.am            |
mymrgdef.h             |   support for keys
myrg_open.c            |          &
myrg_queue.c           |   bugfixes
myrg_rfirst.c          |
myrg_rkey.c            |
myrg_rlast.c           |
myrg_rnext.c           |
myrg_rprev.c           |
myrg_rrnd.c            |

include/myisammrg.h    | rkey/rnext/etc prototyped

sql/                   |
ha_myisammrg.cc        | support for keys
ha_myisammrg.h         |

myisam/                |
mi_rkey.c              | buf==NULL extension, _mi_rkey()
mi_rnext.c             |
mi_rprev.c             |

include/queues.h       | reinit_queue() - same as init_queue, but w/o malloc
mysys/queues.c         |

PART II: Miscellaneous

myisam/common_words    | deleted (looks like I checked it in by mistake)

some files (like acconfig.h, Makefile.am, COPYING.LIB, etc)
                       | Change mode to -rw-r--r-- (by `chmod a-x ')
2000-08-14 15:27:19 +04:00
unknown
99110483b2 Various fixups, readability improved.
client/mysqladmin.c:
  Fixed up enums, arrays, and structs.  Much more readable.
  Corrected copyright notice on one version output.
  Corrected english on program description.
2000-08-11 18:41:53 -05:00
jcole@jcole.burghcom.com
807460bbce Various fixups, readability improved. 2000-08-11 18:41:53 -05:00
unknown
dc46db58d3 Aesthetic changes only.
client/mysql.cc:
  Cleaned up some of the struct formatting.
  Fixed up the usage information.
  Changed the "current database" to "*** NONE ***" if there is no db.
  It used to be "*** NO ONE ***" which only makes sense to Finns. :)
myisam/myisampack.c:
  Fixed the License header.
  Monty verified in Monterey that myisampack's info was wrong.
  Fixed the Usage/Copyright info header.  myisampack *is* free now.
  Fixed up the Usage info to real english.
2000-08-11 10:17:38 -05:00
jcole@jcole.burghcom.com
aaf6c72cc4 Aesthetic changes only. 2000-08-11 10:17:38 -05:00
unknown
f6e57cb460 A bunch of changes to the manual.
Spelling, grammar, updating.
Basic Maintenance.


Docs/manual.texi:
  Spelling, grammar, updating.
  Basic Maintenance.
2000-08-11 07:20:34 -05:00
jcole@jcole.burghcom.com
a0031e4816 A bunch of changes to the manual.
Spelling, grammar, updating.
Basic Maintenance.
2000-08-11 07:20:34 -05:00
unknown
bc1f4d35bb Small change to manual, testing BitKeeper
Docs/manual.texi:
  Corrected node description from "alpha" to "beta"
BitKeeper/etc/logging_ok:
  Logging to logging@openlogging.org accepted
2000-08-10 23:27:25 -05:00
jcole@jcole.burghcom.com
3c38993424 Small change to manual, testing BitKeeper 2000-08-10 23:27:25 -05:00
unknown
07c1b84362 Automatically detect HAVE_INT_8_16_32.
Docs/manual.texi:
  - remove -DHAVE_INT_8_16_32 from recommended CFLAGS
configure.in:
  - add test for int8
acconfig.h:
  - add HAVE_INT_8_16_32
2000-08-10 11:21:42 -04:00
tim@localhost.polyesthetic.msg
99b575a25c Automatically detect HAVE_INT_8_16_32. 2000-08-10 11:21:42 -04:00
unknown
f5fa7fee9d Use @HOSTNAME@ instead of hardcoded /bin/hostname.
scripts/mysql_install_db.sh:
  - use @HOSTNAME@ instead of /bin/hostname
scripts/safe_mysqld-watch.sh:
  - use @HOSTNAME@ instead of /bin/hostname
scripts/safe_mysqld.sh:
  - use @HOSTNAME@ instead of /bin/hostname
2000-08-09 14:57:59 -04:00
tim@localhost.polyesthetic.msg
621c7db2f7 Use @HOSTNAME@ instead of hardcoded /bin/hostname. 2000-08-09 14:57:59 -04:00
unknown
14ccbc09bb Add const to [my_]sigwait() arg, to make all declarations match.
include/my_pthread.h:
  - add const to [my_]sigwait() arg
mysys/my_pthread.c:
  - add const to [my_]sigwait() arg
2000-08-09 14:47:25 -04:00
tim@localhost.polyesthetic.msg
c6c775c982 Add const to [my_]sigwait() arg, to make all declarations match. 2000-08-09 14:47:25 -04:00
unknown
60a4499bae added sleep to allow time for replication to the alter table test
repl-tests/test-repl-alter/run.test:
  added sleep to allow time for replication
2000-08-07 16:21:11 -06:00
sasha@mysql.sashanet.com
3b17e897d5 added sleep to allow time for replication to the alter table test 2000-08-07 16:21:11 -06:00
unknown
1d598de955 fixed coredump in UDF
added Monty's patch for alter table and LAST_INSERT_ID()
added a test case for replication of ALTER TABLE on a table with auto_increment


sql/item_func.cc:
  fixed a coredump in UDF
sql/sql_table.cc:
  fixed LAST_INSERT_ID() problem after ALTER TABLE on a table with auto_increment
2000-08-07 15:28:56 -06:00
sasha@mysql.sashanet.com
37316bea5a fixed coredump in UDF
added Monty's patch for alter table and LAST_INSERT_ID()
added a test case for replication of ALTER TABLE on a table with auto_increment
2000-08-07 15:28:56 -06:00
unknown
62d9bd5da3 Make BerkeleyDB configuration work.
acinclude.m4:
  - fixed typo that was breaking BDB configuration
2000-08-03 18:42:33 -04:00
tim@localhost.polyesthetic.msg
e2483f5923 Make BerkeleyDB configuration work. 2000-08-03 18:42:33 -04:00
unknown
2210ff6a2c Fixed the mess created when I did LOD branch on accident
scripts/safe_mysqld.sh:
  merged Tim's change fixing up the mess I've made
2000-08-02 21:19:47 -06:00
sasha@mysql.sashanet.com
407d7bb8f3 Fixed the mess created when I did LOD branch on accident 2000-08-02 21:19:47 -06:00
unknown
762240837c fixed logging ok
BitKeeper/etc/logging_ok:
  fixed logging_ok again
2000-08-02 16:47:10 -06:00
sasha@mysql.sashanet.com
2ff140a6fe fixed logging ok 2000-08-02 16:47:10 -06:00
unknown
b6f1a65daf Fix typos that gcc allowed but other compilers choke on.
sql/ha_berkeley.h:
  - fix pack_key formal parameter name: key -> key_ptr
  
  - remove redundant (incorrect?) ha_berkeley:: from in front of
    position, create and delete_table members
BitKeeper/etc/logging_ok:
  Logging to logging@openlogging.org accepted
2000-08-02 13:41:34 -04:00
tim@localhost.polyesthetic.msg
a5421c6e20 Fix typos that gcc allowed but other compilers choke on. 2000-08-02 13:41:34 -04:00
unknown
714ca2d009 Merge
BitKeeper/etc/logging_ok:
  Logging to logging@openlogging.org accepted
2000-08-02 03:48:07 +02:00
sasha@work.mysql.com
ad104589b0 Merge 2000-08-02 03:48:07 +02:00
unknown
9f3031bb13 fixed acinclude.m4 - specifying the directory where bdb is installed explcitly did not
work. Tim, if you don't like my fix, fix it better - I just needed to make
compile-pentium-debug work.


acinclude.m4:
  specifying the directory where bdb is installed explcitly did not work
2000-08-01 19:38:30 -06:00
sasha@mysql.sashanet.com
ad95b1205a fixed acinclude.m4 - specifying the directory where bdb is installed explcitly did not
work. Tim, if you don't like my fix, fix it better - I just needed to make
compile-pentium-debug work.
2000-08-01 19:38:30 -06:00
unknown
14d6d51daa notify BitKeeper file /home/bk/mysql/BitKeeper/etc/notify 2000-08-02 01:45:37 +02:00
sasha@work.mysql.com
e71d3a0a6b notify BitKeeper file /home/bk/mysql/BitKeeper/etc/notify 2000-08-02 01:45:37 +02:00
unknown
fca7feda22 Tim's niceness fix in safe_mysqld.sh - also a test to see if mail notification works
scripts/safe_mysqld.sh:
  Added Tim's niceness fix
2000-08-01 17:38:08 -06:00
sasha@mysql.sashanet.com
16f1f1bc8a Tim's niceness fix in safe_mysqld.sh - also a test to see if mail notification works 2000-08-01 17:38:08 -06:00
unknown
da7ec82347 compile-pentium-debug compiled without BDB support
BUILD/compile-pentium-debug:
  --with-berkely-db was on a line by itself
2000-08-01 17:27:13 -06:00