An error occurred fetching the project authors.
- 26 Sep, 2003 1 commit
-
-
hf@deer.(none) authored
WL#604 Privileges in embedded library code added to check privileges in embedded library NO_EMBEDDED_ACCESS_CHECKS macros inserted in code so we can exclude access-checking parts. Actually we now can exclude these parts from standalone server as well. Do we need it? Access checks are disabled in embedded server by default. One should edit libmysqld/Makefile manually to get this working. We definitely need the separate configure for embedded server
-
- 13 Sep, 2003 2 commits
-
-
dlenev@dlenev.mshome authored
-
monty@mashka.mysql.fi authored
-
- 01 Sep, 2003 1 commit
-
-
dlenev@dlenev.mshome authored
Added proper options to CHANGE MASTER TO, new fields to SHOW SLAVE STATUS, Honoring this parameters during connection to master. Introduced new format of master.info file
-
- 25 Aug, 2003 1 commit
-
-
guilhem@mysql.com authored
For example the Binlog_dump thread (on the master) sometimes showed "Slave:". And there were confusing messages where "binlog" was employed instead of "relay log".
-
- 20 Aug, 2003 1 commit
-
-
guilhem@mysql.com authored
"LOAD DATA INFILE is badly filtered by binlog-*-db rules". There will probably be a second final one to merge Dmitri's changes to rpl_log.result and mine. 2 new tests: rpl_loaddata_rule_m : test of logging of LOAD DATA INFILE when the master has binlog-*-db rules, rpl_loaddata_rule_s : test of logging of LOAD DATA INFILE when the slave has binlog-*-db rules and --log-slave-updates.
-
- 18 Aug, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
Use server character set if --default-character-set is not used Added convert_string() for more efficient alloc+character-set convert of strings
-
- 04 Aug, 2003 1 commit
-
-
guilhem@mysql.com authored
- Bug #985: "Between RESET SLAVE and START SLAVE, SHOW SLAVE STATUS is wrong." Now RESET SLAVE puts correct info in mi->host etc. A new test rpl_reset_slave for that. - Bug #986: "CHANGE MASTER & START SLAVE do not reset error columns in SHOW SLAVE STATUS". Now these reset the errors.
-
- 24 Jul, 2003 1 commit
-
-
guilhem@mysql.com authored
just a flush_relay_log_info() at the end of CHANGE MASTER (there was already flush_master_info()).
-
- 14 Jul, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
Changed is_open() to work as before. Added back inited argument to LOG
-
- 12 Jul, 2003 1 commit
-
-
guilhem@mysql.com authored
-
- 11 Jul, 2003 1 commit
-
-
guilhem@mysql.com authored
a safer way of initing the mutexes in MYSQL_LOG. is_open() is now always thread-safe. See each file for details.
-
- 04 Jul, 2003 1 commit
-
-
monty@narttu.mysql.fi authored
Added MAX_PASSWORD_LENGTH. This increased master-slave passwords to 32 bytes (Bug #766) Fixed server crash on purge master logs or show master logs when binlog is off. (Bug #733)
-
- 02 Jul, 2003 3 commits
-
-
guilhem@mysql.com authored
so I commit again in a fresh tree. Fix for bug#763 (Relay_log_space too big by 4 bytes), plus comments and DBUG_PRINT, and we don't start replication if --bootstrap.
-
vva@eagle.mysql.r18.ru authored
-
vva@eagle.mysql.r18.ru authored
-
- 23 Jun, 2003 1 commit
-
-
monty@narttu.mysql.fi authored
-
- 22 Jun, 2003 1 commit
-
-
guilhem@mysql.com authored
-
- 21 Jun, 2003 1 commit
-
-
guilhem@mysql.com authored
This way 3.23.58 slaves will always detect a 4.0.14 master (and stop) immediately. BUG#198.
-
- 17 Jun, 2003 1 commit
-
-
guilhem@mysql.com authored
-
- 10 Jun, 2003 1 commit
-
-
guilhem@mysql.com authored
support issue with an unclear message which can have N reasons for appearing. This should help us know at which point it failed, and get the errno when my_open was involved (as the reason for the unclear message is often a permission problem). RESET SLAVE resets last_error and last_errno in SHOW SLAVE STATUS (without this, rpl_loaddata.test, which is expected to generate an error in last_error, influenced rpl_log_pos.test). A small test update. Added STOP SLAVE to mysql-test-run to get rid of several stupid error messages which are printed while the master restarts and the slave attempts/manages to connect to it and sends it nonsense binlog requests.
-
- 03 Jun, 2003 1 commit
-
-
guilhem@mysql.com authored
Plus a changeset which I had committed but forgot to push (and this changeset is lost on another computer, so I recreate it here). This changeset is "user-friendly SHOW BINLOG EVENTS and CHANGE MASTER TO when log positions < 4 are used.
-
- 31 May, 2003 1 commit
-
-
hf@deer.(none) authored
Here is another pack of changes about gathering common client code in sql-common/client.c. Now i symlink the client.c from sql/ and libmysql/. These directories have client_settings.h files to be included to client.c. It contains defines and declarations to compile client.c in appropriate manner. Also i've added include/sql_common.h, containing declarations of what is exported from client.c I removed as many #ifdef-s from client.c as i dared to. I think it's better push it with some extra #ifdef-s now (of course, if everythihg besides it is ok) so other people can check the code.
-
- 15 May, 2003 1 commit
-
-
guilhem@mysql.com authored
now by default, FLUSH, OPTIMIZE, ANALYZE, REPAIR commands are written to the binlog, unless the new NO_WRITE_TO_BINLOG keyword was used : OPTIMIZE NO_WRITE_TO_BINLOG table t; Previously these commands were never written to the binlog, but there are 2 reasons to change this : - the RENAME TABLE in MERGE table bug (#175) on slave - the possible "differently optimised queries may lead to different updates on the master and slave" bug, until we have automatic ORDER BY. FLUSH LOGS/SLAVE/MASTER/TABLES WITH READ LOCK are never written to the binlog. New test for the new logging behaviour. Other small change : reload_acl_and_cache() and reset_slave() don't send their errors themselves, this is more usual.
-
- 27 Apr, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
Use 0x.... as strings if 'new' mode. (bug 152) Don't report -max on windows when InnoDB is enabled. (bug 332) Reset current_linfo; This could cause a hang when doing PURGE LOGS. Fix for row numbers in EXPLAIN (bug 322) Fix that USE_FRM works for all table types (bug 97)
-
- 24 Apr, 2003 1 commit
-
-
guilhem@mysql.com authored
is executed, even if the transaction spans on >=2 relay logs (bug #53). New variable relay_log_purge =0|1 New test to verify bug #53
-
- 18 Mar, 2003 1 commit
-
-
bar@bar.mysql.r18.ru authored
As a fix, my_charset_bin is now used in master-slave packets instead of system_charset_info.
-
- 17 Mar, 2003 2 commits
-
-
guilhem@mysql.com authored
a deadlock between I/O and SQL threads in replication when relay_log_space is too small. This fixes bug #79.
-
bar@bar.mysql.r18.ru authored
-
- 03 Mar, 2003 2 commits
-
-
guilhem@mysql.com authored
running slave, just give a warning. Same thing for STOP SLAVE. This will make scripts writing easier for users.
-
guilhem@mysql.com authored
+ fix for #70 + test result fix for LOAD DATA LOCAL bug #82
-
- 16 Feb, 2003 1 commit
-
-
gluh@gluh.mysql.r18.ru authored
Added: PURGE [MASTER] LOGS BEFORE date/date_expression expire-logs-days option With this option old files are deleted when - mysqld is started - log is rotated - someone does FLUSH LOGS
-
- 25 Jan, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
Fixed comparision of log-binary name to handle comparison when file name extension wraps from .999 to .1000 Don't replicate CREATE/DROP DATABASE if wild_xxx_table=database.% is used.
-
- 21 Jan, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
Some changes to the prepared statement protocol to make it easier to use and faster.
-
- 15 Jan, 2003 1 commit
-
-
hf@deer.mysql.r18.ru authored
embedded library trimming
-
- 04 Jan, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
Removed mysql_warnings() API function. Post merge fixes.
-
- 16 Dec, 2002 1 commit
-
-
hf@deer.mysql.r18.ru authored
-
- 14 Dec, 2002 1 commit
-
-
monty@mashka.mysql.fi authored
Changed timestamp to return string in YYYY-MM-DD HH:MM:SS format. DATE_ADD() and related functions now returns correct DATE/DATETIME type depending on argument types. Now all tests passes, still some work left to remove warnings in log files from mysql-test-run
-
- 13 Dec, 2002 1 commit
-
-
monty@mashka.mysql.fi authored
This fixes a problem in replication where RESET SLAVE could crash a running slave.
-
- 11 Dec, 2002 1 commit
-
-
monty@mashka.mysql.fi authored
Class for sending data from server to client (Protocol) This handles both the old ( <= 4.0 ) protocol and then new binary protocol that is used for prepared statements.
-