summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* added mysqlmanager-pwgenunknown2001-09-229-27/+344
| | | | | | | | | | | | | | | | | | | | | | | | | added set_exec_stdout and set_exec_stderr to mysqlmanager to be able to redirect stdout and stderr added support for MY_FULL_IO to my_read, so we can tell it to read a number of bytes in as many chunks as it takes instead of one try BitKeeper/etc/ignore: Added client/mysqlmanager-pwgen to the ignore list client/Makefile.am: mysqlmanager-pwgen client/mysqlmanagerc.c: clean-up include/my_sys.h: added MY_FULL_IO mysql-test/mysql-test-run.sh: started on changes to use mysqlmanager mysys/my_read.c: added support for MY_FULL_IO tools/managertest1.nc: updated test case tools/mysqlmanager.c: added set_exec_stdout and set_exec_stderr
* GRANT ... REQUIRE ( for SSL).unknown2001-09-195-5/+40
| | | | | | | | | | | | | client/mysqlmanagerc.c: fix to make it compile after merge sql/lex.h: fixes for GRANT ... REQUIRE sql/sql_lex.h: GRANT ... REQUIRE sql/sql_yacc.yy: GRANT ... REQUIRE tools/mysqlmanager.c: fix to make compile after merge
* mergedunknown2001-09-1915-78/+349
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | BitKeeper/etc/ignore: auto-union BitKeeper/deleted/.del-test-ssl~ed0a50364f2a51d7: Auto merged include/Makefile.am: Auto merged include/mysql.h: Auto merged libmysql/libmysql.c: Auto merged mysys/md5.c: Auto merged sql/Makefile.am: Auto merged
| * fixes for MYSQL managerunknown2001-09-1917-58/+325
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | mysys/md5.c: Rename: sql/md5.c -> mysys/md5.c include/md5.h: Rename: mysys/md5.h -> include/md5.h client/Makefile.am: added mysqlmanagerc include/Makefile.am: moved md5.h to include include/mysql.h: added mysqlmanager client code include/mysql_com.h: renamed connect2 to my_connect() and made it extern libmysql/Makefile.shared: added md5 to libmysqlclient libmysql/libmysql.c: connect2->my_connect mysys/Makefile.am: added md5 to client sql/Makefile.am: md5 -> mysys sql/handler.cc: fixed typo tools/managertest1.nc: cleanup tools/mysqlmanager.c: fixed bugs added md5 authentication BitKeeper/etc/ignore: Added client/mysqlmanagerc to the ignore list vio/test-ssl: no change
* | Makefile.am Add @pstack_libs@unknown2001-09-194-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Makefile.am SUBDIRS = aout configure.in Output pstack/aout/Makefile Makefile.am BitKeeper file /home/tim/my/4/pstack/aout/Makefile.am configure.in: Output pstack/aout/Makefile pstack/Makefile.am: SUBDIRS = aout libmysqld/examples/Makefile.am: Add @pstack_libs@
* | Merge work.mysql.com:/home/bk/mysql-4.0unknown2001-09-181-36/+510
|\ \ | | | | | | | | | | | | | | | | | | into work.mysql.com:/home/tim/my/4
| * | New documentation about the embedded MySQL server library.unknown2001-09-181-36/+510
| | | | | | | | | | | | | | | | | | Docs/manual.texi: New information about the embedded MySQL server library.
* | | Merge work:/home/bk/mysql-4.0 into hundin.mysql.fi:/my/bk/mysql-4.0unknown2001-09-183-3/+3
|\ \ \ | |/ / |/| | | | | | | | sql/sql_select.cc: Auto merged
| * | Cleanupunknown2001-09-183-3/+3
| | | | | | | | | | | | | | | | | | | | | myisam/mi_write.c: cleanup pstack/Makefile.am: Fixed wrong variable
* | | mergeunknown2001-09-184-14/+61
|\ \ \ | |/ / |/| | | | | | | | | | | | | | Docs/manual.texi: Auto merged myisam/mi_check.c: Auto merged
| * | Fix bug in SELECT EXPLAIN ... ORDER BYunknown2001-09-184-12/+60
| | | | | | | | | | | | | | | | | | | | | | | | | | | Docs/internals.texi: Added more code style suggestions. Docs/manual.texi: Changelog myisam/mi_check.c: Removed dbug info
* | | Another attempt to get pstack into the binary distributionunknown2001-09-183-11/+40
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed that --enable-assembler works on newer Linux system Makefile.am: Another attempt to get pstack into the binary distribution configure.in: Fixed that --enable-assembler works on newer Linux system Fixes for pstack pstack/Makefile.am: Another attempt to get pstack into the binary distribution
* | | Remove pstack from default build (because conflict with mit-pthreads)unknown2001-09-182-2/+2
| | | | | | | | | | | | | | | configure.in: Don't enable pstack if mit-pthreads
* | | Fix to get pstack included in distributionunknown2001-09-186-10/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix to get libmysqld examples to be included in distribution BitKeeper/deleted/.del-test-ssl~ed0a50364f2a51d7: Delete: vio/test-ssl BitKeeper/etc/ignore: Added libmysqld/examples/mysql libmysqld/examples/mysqltest to the ignore list configure.in: Fix to get pstack included in distribution libmysqld/Makefile.am: Fix to get libmysqld examples to be included in distribution libmysqld/examples/Makefile.am: Fix to get libmysqld examples to be included in distribution sql/sql_parse.cc: Fixed bug in grant
* | | Merge work:/home/bk/mysql-4.0 into hundin.mysql.fi:/my/bk/mysql-4.0unknown2001-09-185-21/+25
|\ \ \
| * | | Fix error messagesunknown2001-09-185-21/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Configure fixes configure.in: Fix for pstack libmysqld/Makefile.am: Fix to create examples mysql-test/t/drop.test: Fix error messages mysql-test/t/isolation.test: Fix error messages mysql-test/t/union.test: Fix error messages
* | | | Merge work.mysql.com:/home/bk/mysqlunknown2001-09-1815-31/+111
|\ \ \ \ | | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into work.mysql.com:/home/bk/mysql-4.0 Docs/manual.texi: Auto merged extra/perror.c: Auto merged include/myisam.h: Auto merged myisam/mi_check.c: Auto merged mysql-test/mysql-test-run.sh: Auto merged mysql-test/t/rpl000017-slave.sh: Auto merged sql/ha_myisam.cc: Auto merged sql/handler.cc: Auto merged sql/slave.cc: Auto merged
| * | | Fix for LOAD DATA FROM MASTER when using tables with checksumunknown2001-09-1815-31/+111
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed some wrong test cases Docs/manual.texi: Changelog extra/perror.c: Added BDB table errors include/myisam.h: Fix for LOAD DATA FROM MASTER when using tables with checksum myisam/mi_check.c: Fix for LOAD DATA FROM MASTER when using tables with checksum mysql-test/mysql-test-run.sh: Better logging mysql-test/r/join.result: Fixed missing results mysql-test/r/rpl000006.result: Updated result mysql-test/t/join.test: Fixed wrong test mysql-test/t/rpl000001.test: Fixed wrong test mysql-test/t/rpl000006.test: Cleanup mysql-test/t/rpl000017-slave.sh: Fixed too long password mysql-test/t/rpl000017.test: Fixed too long password sql/ha_myisam.cc: Fix for LOAD DATA FROM MASTER when using tables with checksum sql/handler.cc: Unique error for DEADLOCK sql/slave.cc: Fix for LOAD DATA FROM MASTER when using tables with checksum
* | | | mysqld.cc cannot use unireg_abort before unireg_initunknown2001-09-181-1/+1
| | | | | | | | | | | | | | | | | | | | sql/mysqld.cc: cannot use unireg_abort before unireg_init
* | | | Merge work:/home/bk/mysql-4.0unknown2001-09-183-0/+30
|\ \ \ \ | |_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | into serg.mysql.com:/usr/home/serg/Abk/mysql-4.0 myisam/mi_write.c: Auto merged
| * | | flush bulk-insert tree on dup keyunknown2001-09-153-0/+30
| | | |
* | | | mergeunknown2001-09-1738-173/+494
|\ \ \ \ | | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Docs/manual.texi: Auto merged extra/perror.c: Auto merged include/my_base.h: Auto merged include/mysql.h: Auto merged scripts/make_binary_distribution.sh: Auto merged sql/ha_berkeley.cc: Auto merged sql/handler.h: Auto merged sql/mysqld.cc: Auto merged client/mysqltest.c: Auto merged
| * | | Merge work:/home/bk/mysql into hundin.mysql.fi:/my/bk/mysqlunknown2001-09-1734-165/+462
| |\ \ \
| | * | | Added unique error for DEADLOCKunknown2001-09-1734-165/+462
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Include missing man pages into binary distribution BitKeeper/deleted/.del-make_mysql_pkg.sh~c616a18bed4b9c2: Delete: support-files/make_mysql_pkg.sh Docs/manual.texi: Changelog extra/perror.c: Added missing error codes include/my_base.h: Added unique error for DEADLOCK include/mysql.h: Portability fix for the LCC windows compiler include/mysqld_error.h: Added unique error for DEADLOCK scripts/make_binary_distribution.sh: Include missing man pages into binary distribution sql/ha_berkeley.cc: Added unique error for DEADLOCK sql/ha_berkeley.h: Added unique error for DEADLOCK sql/handler.h: Added unique error for DEADLOCK sql/mysqld.cc: Portability fix sql/share/czech/errmsg.txt: Added unique error for DEADLOCK sql/share/danish/errmsg.txt: Added unique error for DEADLOCK sql/share/dutch/errmsg.txt: Added unique error for DEADLOCK sql/share/english/errmsg.txt: Added unique error for DEADLOCK sql/share/estonian/errmsg.txt: Added unique error for DEADLOCK sql/share/french/errmsg.txt: Added unique error for DEADLOCK sql/share/german/errmsg.txt: Added unique error for DEADLOCK sql/share/greek/errmsg.txt: Added unique error for DEADLOCK sql/share/hungarian/errmsg.txt: Added unique error for DEADLOCK sql/share/italian/errmsg.txt: Added unique error for DEADLOCK sql/share/japanese/errmsg.txt: Added unique error for DEADLOCK sql/share/korean/errmsg.txt: Added unique error for DEADLOCK sql/share/norwegian-ny/errmsg.txt: Added unique error for DEADLOCK sql/share/norwegian/errmsg.txt: Added unique error for DEADLOCK sql/share/polish/errmsg.txt: Added unique error for DEADLOCK sql/share/portuguese/errmsg.txt: Added unique error for DEADLOCK sql/share/romanian/errmsg.txt: Added unique error for DEADLOCK sql/share/russian/errmsg.txt: Added unique error for DEADLOCK sql/share/slovak/errmsg.txt: Added unique error for DEADLOCK sql/share/spanish/errmsg.txt: Added unique error for DEADLOCK sql/share/swedish/errmsg.txt: Added unique error for DEADLOCK sql/share/ukrainian/errmsg.txt: Added unique error for DEADLOCK
| * | | | log0log.c Eliminate a Purify warningunknown2001-09-172-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | buf0buf.c Fix uninitilaized flush field noticed with Purify innobase/buf/buf0buf.c: Fix uninitilaized flush field noticed with Purify innobase/log/log0log.c: Eliminate a Purify warning
| * | | | fixed bug in mysqltestunknown2001-09-153-28/+178
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | updated mysql-test-run with features from 4.0 added a test case for broken load data from master for MyISAM tables with checksum client/mysqltest.c: fixed parser bug mysql-test/mysql-test-run.sh: backported changes from 4.0 ( needed to be able to run client in gdb) mysql-test/t/rpl000006.test: updated test case for a bug
* | | | Fix to get all files into the distributionunknown2001-09-171-1/+4
| | | |
* | | | Fixed bug in UNION when doing UNION with the same tablesunknown2001-09-178-8/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | myisam/mi_extra.c: More debugging information mysql-test/r/union.result: Added test for UNION bug mysql-test/t/union.test: Added test for UNION bug sql/sql_base.cc: Clear field->query_id when using UNION sql/sql_parse.cc: Fix for UNION bug sql/sql_union.cc: Cleanup sql/table.h: Fix for UNION bug tools/Makefile.am: Fix for compiling with MIT-threads
* | | | Fixed locking problem when using bulk insertunknown2001-09-174-46/+64
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed array overrun when using drop_db Portability fixes BitKeeper/etc/ignore: Added libmysqld/examples/completion_hash.cc libmysqld/examples/completion_hash.h libmysqld/examples/my_readline.h libmysqld/examples/mysql.cc libmysqld/examples/mysqltest.c libmysqld/examples/readline.cc libmysqld/examples/sql_string.cc libmysqld/examples/sql_string.h to the ignore list acinclude.m4: Fixed reference to top_builddir myisam/mi_write.c: Fixed locking problem when using bulk insert sql/sql_db.cc: Fixed array overrun when using drop_db
* | | | Fixed bug with SELECT * ... UNIONunknown2001-09-178-44/+47
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | client/mysql.cc: Increased version number client/mysqltest.c: Changed to use default path include/mysql.h: Changed prototype of mysql_server_init libmysql/libmysql.c: Changed prototype of mysql_server_init libmysqld/lib_sql.cc: Changed prototype of mysql_server_init mysql-test/r/union.result: Added test for UNION bug mysql-test/t/union.test: Added test for UNION bug
* | | | Merge work:/home/bk/mysql-4.0 into hundin.mysql.fi:/my/bk/mysql-4.0unknown2001-09-171-1/+1
|\ \ \ \
| * | | | Fixed typo in makefileunknown2001-09-171-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | tools/Makefile.am: Fixed typo
* | | | | manual.texi:unknown2001-09-171-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change a mirror contact e-mail Docs/manual.texi: Change a mirror contact e-mail
* | | | | Mergeunknown2001-09-1610-42/+541
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | BitKeeper/etc/ignore: auto-union configure.in: SCCS merged client/mysql.cc: SCCS merged client/mysqltest.c: SCCS merged mysql-test/mysql-test-run.sh: Auto merged libmysqld/libmysqld.c: SCCS merged
| * | | | Add some examples for using libmysqld, including a hack for running theunknown2001-09-1611-41/+538
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | mysql test suite. A few minor libmysqld fixes. Add mysql_server_init() and _end() to mysql.cc and mysqltest.c, so they can be linked against libmysqlclient or libmysqld. sql/mysqld.cc: have unireg_end() exit(), instead of pthread_exit() if inside the EMBEDDED_LIBRARY. This is a hack which hopefully won't be needed. But without it, the program hangs at end. client/mysql.cc: Don't call mysql_ssl_clear() unless HAVE_OPENSSL. client/mysqltest.c: Add mysql_server_init() and _end(). acinclude.m4: change .. to $(top_builddir) in innodb_libs Makefile.am: Add libmysqld/examples to link_sources target configure.in: output libmysqld/examples/Makefile Also, change .. to $(top_builddir) in readline_link BitKeeper/etc/ignore: added linked_libmysqldex_sources mysql-test/mysql-test-run.sh: use latin1, not latin1_de, in tests libmysqld/libmysqld.c: Add replication functions.
* | | | | Portability fixesunknown2001-09-176-17/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | client/Makefile.am: Cleanup sql/Makefile.am: Cleanup sql/share/dutch/errmsg.txt: Added missing error messages sql/share/ukrainian/errmsg.txt: Added missing error messages sql/sql_handler.cc: Portability fix tools/Makefile.am: Portability fix
* | | | | manual.texi:unknown2001-09-161-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added a mirror in Finland Docs/manual.texi: Added a mirror in Finland
* | | | | manual.texi:unknown2001-09-164-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added a mirror in Turkey turkey.eps, turkey.gif, turkey.txt: new file Docs/manual.texi: Added a mirror in Turkey
* | | | | Merge work:/home/bk/mysql-4.0 into hundin.mysql.fi:/my/bk/mysql-4.0unknown2001-09-1522-105/+104
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | BitKeeper/etc/ignore: added vio/test-ssl sql/net_serv.cc: Auto merged
| * | | | | Portability fixesunknown2001-09-1521-105/+103
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | libmysql/libmysql.c: Cleanup & portability fixes
* | | | | | Mergeunknown2001-09-154-7/+170
|\ \ \ \ \ \ | | |_|/ / / | |/| | / / | |_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Docs/manual.texi: Auto merged sql/sql_acl.cc: Auto merged sql/mysqld.cc: merge sql/net_serv.cc: SCCS merged
| * | | | Merge work:/home/bk/mysql into hundin.mysql.fi:/my/bk/mysqlunknown2001-09-156-8/+170
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Docs/manual.texi: Auto merged
| | * | | | Fixed bug in --safe-create-userunknown2001-09-156-8/+170
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Docs/manual.texi: Changelog isam/_dbug.c: Cleanup sql/mysqld.cc: Cleanup sql/net_serv.cc: Cleanup
| * | | | | manual.texi fix example that uses INDEX() as function (thereunknown2001-09-141-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | manual.texi is no such function) Docs/manual.texi: fix example that uses INDEX() as function (there is no such function)
| * | | | | manual.texi typo fixesunknown2001-09-141-4/+4
| |/ / / / | | | | | | | | | | | | | | | | | | | | Docs/manual.texi: typo fixes
* | | | | Merge work:/home/bk/mysql-4.0unknown2001-09-151-2/+0
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into serg.mysql.com:/usr/home/serg/Abk/mysql-4.0 Docs/manual.texi: Auto merged
| * | | | | manual.texi outdated line removedunknown2001-09-151-2/+0
| | |/ / / | |/| | | | | | | | | | | | | | | | | | Docs/manual.texi: outdated line removed
* | | | | manual.texi:unknown2001-09-154-0/+5
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add a mirror in Philippines philippines.txt, philippines.gif, philippines.eps: new file Docs/manual.texi: Add a mirror in Philippines
* | | | Added my_global.hunknown2001-09-152-1/+968
| | | | | | | | | | | | | | | | | | | | BitKeeper/etc/ignore: R
* | | | Cleanupsunknown2001-09-158-29/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | BitKeeper/etc/ignore: added vio/test-ssl Docs/manual.texi: Cleanup isam/isamchk.c: Cleanup myisam/mi_check.c: Cleanup myisam/myisamchk.c: Cleanup myisam/myisamdef.h: Cleanup sql/log_event.cc: Cleanup sql/mysqld.cc: Cleanup