Commit graph

2755 commits

Author SHA1 Message Date
unknown
4bcb4f4dae use env vars for socket/port in connect in mysqltest
--local-master option in mysql-test-run
do not log CREATE TABLE when doing table dump
fix replication to slave off 3.23 master


client/mysqltest.c:
  fix to be able to use env vars for socket and port in connect
mysql-test/include/master-slave.inc:
  connect to port specified in environment
mysql-test/mysql-test-run.sh:
  added --local-master option - will assume master is on port 3306 on localhost
sql/log_event.cc:
  fixes to slave off 3.23 master
sql/log_event.h:
  fixes to slave off 3.23 master
sql/slave.cc:
  do not log CREATE TABLE when doing table dump
2001-11-17 17:23:46 -07:00
unknown
f5a488eef4 Merge work:/home/bk/mysql-4.0
into mysql.sashanet.com:/home/sasha/src/bk/mysql-4.0
2001-11-10 22:24:46 -07:00
unknown
640fadf2f8 work to enable reading 3.23 logs - not yet finished
moved fail-safe replication routines from sql_repl.cc to repl_failsafe.cc
write start event only in the first log


client/mysqlbinlog.cc:
  work to enable reading 3.23 logs
libmysql/Makefile.shared:
  added mf_iocache2 to libmysqlclient - needed for mysqlbinlog
mysql-test/mysql-test-run.sh:
  added --start-and-exit
mysql-test/r/rpl000002.result:
  result clean-up
mysql-test/r/rpl000016.result:
  result update
mysql-test/r/rpl_log.result:
  result update
mysql-test/t/rpl000016.test:
  test cleanup
mysys/mf_iocache.c:
  fixed new bug
sql/log.cc:
  write start event only on server start or after reset master
sql/log_event.cc:
  work to enable reading 3.23 log format
sql/log_event.h:
  work to enable reading 3.23 format
sql/repl_failsafe.cc:
  code restructuring
sql/repl_failsafe.h:
  re-organized code
sql/slave.cc:
  check master version
sql/slave.h:
  old_format member
sql/sql_class.h:
  allow user to specify io cache type
  need_start_event member to allow writing start event only in the first log
sql/sql_parse.cc:
  code re-organization
sql/sql_repl.cc:
  code reorganization
sql/sql_repl.h:
  reorganized code
2001-11-10 22:24:12 -07:00
unknown
8a37834454 Merge work:/home/bk/mysql-4.0
into serg.mysql.com:/usr/home/serg/Abk/mysql-4.0
2001-11-10 01:58:40 +01:00
unknown
364d3be0d9 memory leak fixed 2001-11-10 01:54:31 +01:00
unknown
7cd697c82f Merge work.mysql.com:/home/bk/mysql-4.0
into volk.internalnet:/home/tonu/mysql-4.0


sql/item_strfunc.cc:
  Auto merged
sql/sql_yacc.yy:
  Auto merged
2001-11-09 07:54:22 +02:00
unknown
eae23d6b0f des_encrypt()/des_decrypt() work much better now 2001-11-09 07:49:57 +02:00
unknown
83aeee648a Merge work:/home/bk/mysql-4.0
into mysql.sashanet.com:/home/sasha/src/bk/mysql-4.0
2001-11-08 22:29:29 -07:00
unknown
1c809563c2 fixed memory leak in replication
fixed bugs in new IO_CACHE code so that the old calls work
fixed shutdown bug
clean-up of mysql-test-run


include/my_sys.h:
  fixes for IO_CACHE
mysql-test/mysql-test-run.sh:
  fixed missing \ bug
  added --skip-gdb-magic to skip Sergei's automatic mysql_parse break
  do not delete the breakpoint in command - it crashes gdb sometimes
mysys/mf_iocache2.c:
  rc_pos->write_pos in my_b_seek for WRITE_CACHE
sql/mysqld.cc:
  fixed shutdown bug when singals DO break read introduced by the fix for 
  when they don't.
sql/repl_failsafe.cc:
  fixed memory leak
2001-11-08 22:27:55 -07:00
unknown
cc9076f1d8 manual.texi website -> web site
manual.texi	typo


Docs/manual.texi:
  website -> web site
2001-11-08 22:19:19 -06:00
unknown
8847626e7f Merge paul@work.mysql.com:/home/bk/mysql-4.0
into teton.kitebird.com:/home/paul/mysql-4.0


Docs/manual.texi:
  Auto merged
2001-11-08 21:23:39 -06:00
unknown
f2e93b731d manual.texi some mods to ch 1 index entries; other minor tweaks
Docs/manual.texi:
  some mods to ch 1 index entries; other minor tweaks
2001-11-08 21:19:43 -06:00
unknown
3164eb12c7 Changed xrefs from Contrib to Portals. 2001-11-09 13:12:38 +10:00
unknown
bc45528351 Okay/Enter and other little consistency fixups. 2001-11-09 11:26:21 +10:00
unknown
5462a59899 Put in clarification of manual copyright at top of manual.... 2001-11-09 10:08:39 +10:00
unknown
ceea5083dd Typo fix. 2001-11-09 07:53:49 +10:00
unknown
30052a4901 Fixed bug in UPDATE .. ORDER BY
Docs/manual.texi:
  Changelog
mysql-test/r/update.result:
  Test found bug in UPDATE .. ORDER BY
mysql-test/t/update.test:
  Test found bug in UPDATE .. ORDER BY
2001-11-08 22:30:27 +02:00
unknown
b70dea90b7 new crash-me results for Interbase.
mysys/my_lib.c:
  Fix for amiga
sql-bench/crash-me.sh:
  Fix wrong comment when testing for transactions
2001-11-08 17:40:55 +02:00
unknown
23bd6bd1c6 Merge work:/home/bk/mysql-4.0 into hundin.mysql.fi:/my/bk/mysql-4.0
Docs/manual.texi:
  Auto merged
2001-11-08 15:57:10 +02:00
unknown
40bfbe0bfa --fast now does all insert/update loops in one transactions 2001-11-08 15:54:22 +02:00
unknown
897e7453d6 Don't use IGNORE by default in INSERT ... SELECT
Docs/manual.texi:
  Changelog
mysql-test/r/insert_select.result:
  Add testcase for INSERT IGNORE
mysql-test/t/insert_select.test:
  Add testcase for INSERT IGNORE
2001-11-08 14:17:56 +02:00
unknown
93743d1cf8 Extracted books/links sections to separate file. Info to portals.
Reference fixups.
2001-11-08 17:07:14 +10:00
unknown
dbdb6c9a51 Added section explaining MySQL Portals on the website.
Extracted appendixes "Testimonials" and "Users" to separate files for safe keeping. Should go to web portals.
2001-11-08 16:36:13 +10:00
unknown
296419dbd6 Website link fixups for searchable manual and list archives. 2001-11-08 15:00:13 +10:00
unknown
5874a17801 Extracted section "Comparisons" to file section.Comparisons.texi. Outdated/bad/incomplete info. 2001-11-08 14:36:51 +10:00
unknown
91fb1d2377 Merge work:/home/bk/mysql-4.0
into mysql.sashanet.com:/home/sasha/src/bk/mysql-4.0


BitKeeper/etc/ignore:
  auto-union
mysql-test/mysql-test-run.sh:
  Auto merged
sql/mysqld.cc:
  Auto merged
tools/mysqlmanager.c:
  Auto merged
2001-11-07 16:53:11 -07:00
unknown
356003a8c9 Merge work:/home/bk/mysql-4.0 into hundin.mysql.fi:/my/bk/mysql-4.0
myisam/ft_boolean_search.c:
  Auto merged
2001-11-08 01:33:46 +02:00
unknown
3c4e170d80 Merge work:/home/bk/mysql-4.0
into mysql.sashanet.com:/home/sasha/src/bk/mysql-4.0


BitKeeper/etc/ignore:
  auto-union
mysql-test/mysql-test-run.sh:
  Auto merged
mysys/mf_iocache.c:
  Auto merged
sql/mysqld.cc:
  Auto merged
2001-11-07 16:27:30 -07:00
unknown
fa09f2cd7e manager clean-up ( added pid-file and kill in mysql-test-run when things go wrong)
fixes for IO_CACHE
need to pull Monty's fixes - this is not final, will not be pushed


include/my_sys.h:
   IO_CACHE fixes
mysql-test/mysql-test-run.sh:
  manager clean-up
mysys/mf_iocache.c:
  IO_CACHE fix
sql/mysqld.cc:
  more debug messages
tools/mysqlmanager.c:
  added pid-file
2001-11-07 16:17:40 -07:00
unknown
680646c2ae ft_boolean_search.c test
myisam/ft_boolean_search.c:
  test
2001-11-08 00:16:08 +01:00
unknown
b0d3a4779a POSIX.2 compatible fix 2001-11-08 00:14:16 +01:00
unknown
40cb728626 Merge work:/home/bk/mysql-4.0
into serg.mysql.com:/usr/home/serg/Abk/mysql-4.0
2001-11-08 00:08:49 +01:00
unknown
7e6161287e bug in relevance calculation fixed 2001-11-08 00:06:07 +01:00
unknown
901827f425 Merge work:/home/bk/mysql-4.0 into hundin.mysql.fi:/my/bk/mysql-4.0
Docs/manual.texi:
  Auto merged
2001-11-08 00:45:48 +02:00
unknown
8c02fad253 Fix wrong memory allocation in SHOW OPEN TABLES
BUILD/compile-alpha-cxx:
  Fix for Alpha ccc
configure.in:
  Remove not used libraries
mysql-test/r/innodb.result:
  Fix test case
sql/sql_base.cc:
  Fix wrong memory allocation in SHOW OPEN TABLES.
2001-11-08 00:43:27 +02:00
unknown
4b32cfb18b Fixups. 2001-11-08 08:21:05 +10:00
unknown
7a61edeeca Updated text on stored procedures and triggers. 2001-11-08 07:44:45 +10:00
unknown
b6287ade89 Add timeout for shutdown to mysql-test-run
Docs/manual.texi:
  Auto merged
sql/ha_innobase.cc:
  Auto merged
sql/sql_table.cc:
  Auto merged
mysql-test/mysql-test-run.sh:
  Add timeout for shutdown
mysql-test/r/innodb.result:
  Use local test
mysql-test/t/innodb.test:
  merge
2001-11-07 23:38:33 +02:00
unknown
4fdbc4562c merge 2001-11-07 23:27:40 +02:00
unknown
bc1ea61467 Merge work:/home/bk/mysql into hundin.mysql.fi:/my/bk/mysql 2001-11-07 23:18:34 +02:00
unknown
e85894c182 Fix bug in ALTER TABLE on a TEMPORARY InnoDB table.
Docs/manual.texi:
  Changelog
mysql-test/mysql-test-run.sh:
  Change shutdown to 20 seconds for slow systems
mysql-test/r/innodb.result:
  Testcase for found bug
mysql-test/t/innodb.test:
  Testcase for found bug
2001-11-07 23:18:12 +02:00
unknown
b88341bb3b Merge arjen@work.mysql.com:/home/bk/mysql-4.0
into co3064164-a.bitbike.com:c:/home/mysql-4.0
2001-11-07 18:28:32 +10:00
unknown
2eb60a56b0 Move link titles to outside @uref{}. Fixup for printed edition. 2001-11-07 18:21:38 +10:00
unknown
1ef27cf04b post-commit Changed to docs-commit@
BitKeeper/triggers/post-commit:
  Changed to docs-commit@
2001-11-07 01:49:38 -06:00
unknown
a0ac4c6446 Fixups and consistency edits for printed edition. 2001-11-07 15:30:32 +10:00
unknown
57a21bea6a Some additional changes for manual copyright text (from Tim Smith). 2001-11-07 13:14:34 +10:00
unknown
177dca1a04 Added descriptive text about copyright of the manual. 2001-11-07 12:07:47 +10:00
unknown
1ed1ec4c84 Portability fix.
Fixed linking problem with InnoDB.


BUILD/compile-alpha-cxx:
  Fix for using innodb
acinclude.m4:
  Fix problem with linking mysqld after Heikkis last changes.
client/mysql.cc:
  Fixed linking problem
client/mysqlmanager-pwgen.c:
  Portability fix
innobase/que/que0que.c:
  Removed some blanks
myisam/ft_boolean_search.c:
  Portability fix
myisam/sort.c:
  Portability fix
mysys/queues.c:
  Portability fix
strings/ctype-latin1_de.c:
  Portability fix
tools/mysqlmanager.c:
  Portability fix
2001-11-07 02:30:34 +02:00
unknown
1119e844b7 ha_innobase.cc:
Fix a typo


sql/ha_innobase.cc:
  Fix a typo
2001-11-07 01:14:13 +02:00
unknown
efc69ba2a7 ha_innobase.cc:
Make database and table names always lower case on Windows


sql/ha_innobase.cc:
  Make database and table names always lower case on Windows
2001-11-07 00:52:31 +02:00