An error occurred fetching the project authors.
- 01 Oct, 2007 1 commit
-
-
gshchepa/uchum@gleb.loc authored
mysqldump adds the "-- Dump completed on YYYY-MM-DD hh:mm:ss" string to the end of output if the --comments switch is on. The only way to suppress this line is to use --skip-comments/--compact switch. New switch has been added to the mysqldump client command line: --dump-date. For the compatibility with previous releases, by default the --dump-date is on. The --dump-date switch forces mysqldump to add date to the "-- Dump completed on ..." string at the end of output. The --skip-dump-date switch supresses the output of date string and uses short form of that commentary: "-- Dump completed". --skip-comments or --compact switches disable the whole commentary as usual.
-
- 23 Mar, 2007 1 commit
-
-
tnurnberg@sin.intern.azundris.com authored
give some leeway on required permissions for SHOW FIELDS on views so an unknonwn DEFINER will no longer break mysqldump
-
- 31 Dec, 2006 1 commit
-
-
kent@mysql.com/kent-amd64.(none) authored
Corrected spelling in copyright text Makefile.am: Don't update the files from BitKeeper Many files: Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header Adjusted year(s) in copyright header Many files: Added GPL copyright text Removed files: Docs/Support/colspec-fix.pl Docs/Support/docbook-fixup.pl Docs/Support/docbook-prefix.pl Docs/Support/docbook-split Docs/Support/make-docbook Docs/Support/make-makefile Docs/Support/test-make-manual Docs/Support/test-make-manual-de Docs/Support/xwf
-
- 23 Dec, 2006 1 commit
-
-
kent@mysql.com/kent-amd64.(none) authored
Changed header to GPL version 2 only
-
- 20 Nov, 2006 1 commit
-
-
monty@mysql.com/nosik.monty.fi authored
(Mostly in DBUG_PRINT() and unused arguments) Fixed bug in query cache when used with traceing (--with-debug) Fixed memory leak in mysqldump Removed warnings from mysqltest scripts (replaced -- with #)
-
- 18 Apr, 2006 1 commit
-
-
msvensson@neptunus.(none) authored
- Add new function 'ssl_verify_server_cert' which is used if we are connecting to the server with SSL. It will compare the hostname in the server's cert against the hostname that we used when connecting to the server. Will reject the connection if hostname does not match. - Add new option "OPT_SSL_VERIFY_SERVER_CERT" to be passed to mysql_options which will turn on checking of servers cert. - Add new argument "ssl-verify-server-cert" to all mysql* clients which will activate the above option. - Generate a new server cert with 1024 bits that has "localhost" as the server name.
-
- 13 Oct, 2005 1 commit
-
-
patg@krsna.patg.net authored
Clean application of patch - - Added --tz-utc to fix issue of dumping timestamp values between servers with different global time zone settings, particularly with regard to the day of DST changeover, which without this fix, would dump duplicate timestamp values.
-
- 24 Aug, 2005 1 commit
-
-
- 05 Aug, 2005 2 commits
-
-
kent@mysql.com authored
Removed ending comma in enum Makefile.am: config.cpp => ndb_config.cpp, solves link problems on case insensitive OS ndb_config.cpp: Rename: ndb/tools/config.cpp -> ndb/tools/ndb_config.cpp
-
konstantin@mysql.com authored
-
- 31 Jul, 2005 1 commit
-
-
monty@mishka.local authored
Change bool in C code to my_bool Added to mysqltest --enable_parsning and --disable_parsing to avoid to have to comment parts of tests Added comparison of LEX_STRING's and use this to compare file types for view and trigger files.
-
- 29 Jul, 2005 1 commit
-
-
bell@sanja.is.com.ua authored
-
- 26 May, 2005 1 commit
-
-
joerg@mysql.com authored
-
- 20 May, 2005 1 commit
-
-
brian@zim.(none) authored
-
- 07 May, 2005 1 commit
-
-
brian@brian-akers-computer.local authored
-
- 06 May, 2005 1 commit
-
-
monty@mishka.local authored
Added option --count to mysqlshow (to show number of rows) Fixed possible core dump in information schema
-
- 05 Apr, 2005 1 commit
-
-
geert@kriem.kemuri.org authored
if any, are shown after execution of a statement in both batch and interactive mode. In interactive mode \w means show the warnings and \W means don't show the warnings.
-
- 27 Dec, 2004 1 commit
-
-
lars@mysql.com authored
- Added a hash to keep track of database-table pairs. - Specified database-table tables do not get dumped
-
- 16 Nov, 2004 1 commit
-
-
tsmith@build.mysql.com authored
clause the the SELECT statement used to dump the data for any table which has a primary or unique key. This is useful for dumping MyISAM tables which will be later imported into InnoDB tables.
-
- 15 Nov, 2004 1 commit
-
-
tomas@poseidon.ndb.mysql.com authored
added libs variable for ndbmgmclient used by mysqladmin add linkage with @ndb_mgmclient_libs@ additional options for ndbcluster added support for managing the cluster to mysqladmin added DEFINE_CXA_PURE_VIRTUAL flag to CFLAGS to enable linkage with c++ libs use macros for C_MODE_START/END so that define of FIX_GCC_LINKING_PROBLEM works in c-programs
-
- 05 Nov, 2004 1 commit
-
-
bar@mysql.com authored
Backport --hex-blob to 4.0
-
- 19 Oct, 2004 1 commit
-
-
bar@mysql.com authored
contributed by Takeshi. I also added HEX support for "extended-inserts".
-
- 07 Oct, 2004 1 commit
-
-
- 29 Jul, 2004 1 commit
-
-
guilhem@mysql.com authored
WL#1580: --start-datetime, --stop-datetime, --start-position (alias for --position) and --stop-position options for mysqlbinlog, with a test file. This enables user to say "recover my database to how it was this morning at 10:30" (mysqlbinlog "--stop-datetime=2003-07-29 10:30:00"). Using time functions into client/ made me move them out of sql/ into sql-common/. + (small) fix for BUG#4507 "mysqlbinlog --read-from-remote-server sometimes cannot accept 2 binlogs" (that is, on command line).
-
- 27 Apr, 2004 1 commit
-
-
monty@mishka.local authored
Changed 'SHOW FIELD STATUS' to use 'Engine' instead of 'Type'
-
- 31 Mar, 2004 1 commit
-
-
jani@rhols221.adsl.netsonic.fi authored
Marked --no-set-names as deprecated, the name is misleading and --no- in front makes it cumbersome to use with --disable or --skip prefixes. The old option will still work for the time being.
-
- 19 Feb, 2004 1 commit
-
-
monty@mashka.mysql.fi authored
This ensures that my_file_info takes this the max number of files into account and one can now use --open-files-limit on windows to increase number of used files up to 2048
-
- 09 Feb, 2004 1 commit
-
-
monty@mysql.com authored
Fixed output from mysqlbinlog when using --skip-comments Fixed warnings from valgrind Fixed ref_length when used with HEAP tables More efficent need_conversion() Fixed error handling in UPDATE with not updateable tables Fixed bug in null handling in CAST to signed/unsigned
-
- 28 Nov, 2003 1 commit
-
-
konstantin@oak.local authored
Client option secure-auth deployed on all possible layers: - mysql client command-line and config file option - mysql_options option MYSQL_SECURE_AUTH - mysql_real_connect will automatically take into account that option if mysql->options.my_cnf_file/my_cnf_group is set
-
- 29 Sep, 2003 1 commit
-
-
serg@serg.mylan authored
-
- 23 Apr, 2003 1 commit
-
-
jani@hynda.(none) authored
-
- 19 Mar, 2003 1 commit
-
-
guilhem@mysql.com authored
only do it if the user specifies --delete-master-logs (new option). Safer + fixes bug #159.
-
- 01 Mar, 2003 1 commit
-
-
papa@gbichot.local authored
Added options reconnect/enable-reconnect/disable-reconnect/skip-reconnect to the 'mysql' command-line client. Disabling can be safer when the server silently dies & restarts. This is for SCRUM task #727.
-
- 16 Jan, 2003 1 commit
-
-
jani@rhols221.adsl.netsonic.fi authored
-
- 14 Nov, 2002 1 commit
-
-
wax@mysql.com authored
-
- 08 Nov, 2002 1 commit
-
-
serg@serg.mysql.com authored
-
- 23 Jul, 2002 1 commit
-
-
monty@mashka.mysql.fi authored
Made a some new buffers thread specific and changeable. Resize of key_buffer. AUTO_COMMIT -> AUTOCOMMIT Fixed mutex bug in DROP DATABASE Fixed bug when using auto_increment as second part of a key where first part could include NULL. Split handler->extra() to extra() and extra_opt() to be able to support thread specific buffers. Don't write message to error log when slave reconnects becasue of timeout. Fixed possible update problem when using DELETE/UPDATE on small tables (In some cases we used index even if table scanning would be better) A lot of minior code cleanups
-
- 11 Jun, 2002 1 commit
-
-
peter@linux.local authored
to Monty's code style and optimization comments
-
- 22 May, 2002 1 commit
-
-
jani@hynda.(none) authored
Changed my_print_defaults, mysql_install, perror, resolve_stack_dump, resolveip and pack_isam to use my_getopt.
-
- 02 Apr, 2002 1 commit
-
-
jani@hynda.mysql.fi authored
mysqlcheck and myisamchk to use new my_getopt struct.
-