monty@narttu.mysql.fi
8c51eb2c12
Fixed a deadlock problem when using LOCK TABLE in one thread and DROP TABLE in another
2003-03-03 20:42:49 +02:00
lenz@mysql.com
3e3fa76919
Merge lgrimmer@work.mysql.com:/home/bk/mysql-4.0
...
into mysql.com:/space/my/mysql-4.0
2003-03-03 18:42:57 +01:00
heikki@hundin.mysql.fi
6ef0f4ad41
ha_innodb.h, ha_innodb.cc, handler.h, handler.cc, sql_class.cc:
...
Fix a hang on the adaptive hash S-latch if an application program uses mysql_use_result() and performs queries on two connections at the same time
2003-03-03 19:31:01 +02:00
Sinisa@sinisa.nasamreza.org
7dc464ea07
Merge sinisa@work.mysql.com:/home/bk/mysql
...
into sinisa.nasamreza.org:/mnt/work/mysql
2003-03-03 17:16:09 +02:00
lenz@mysql.com
1612991220
- added option "--skip-dmg" to skip the building of the disk image after
...
packaging
- enclosed some variables in quotes for safeguarding
- add a license file (GPL or MySQLEULA) to the package so it will be
displayed during installation (needs to be tested)
2003-03-03 16:01:05 +01:00
heikki@hundin.mysql.fi
177f584f90
srv0start.c:
...
Print a more precise error message if log files or data files are of a size different from what is specified in my.cnf
2003-03-03 16:29:16 +02:00
guilhem@mysql.com
6b4f438ddb
Replication: small bug fixes in mysql-test-run.sh and in replication code (more reinitializations)
...
+ fix for #70
+ test result fix for LOAD DATA LOCAL bug #82
2003-03-03 14:57:02 +01:00
heikki@hundin.mysql.fi
a70dcd404c
trx0sys.c, trx0roll.c, srv0start.h:
...
Print trx rollback progress info in crash recovery
2003-03-02 22:34:09 +02:00
guilhem@mysql.com
49788cf2e1
ChangeSet 1.1625 was faulty as regards sql/mf_iocache.cc and LOAD DATA LOCAL replication tests
2003-03-02 18:20:32 +01:00
serg@serg.mysql.com
31d87cd50c
optimizer should check for "field LIKE const" not "field like STRING"
2003-03-02 14:07:32 +01:00
serg@serg.mysql.com
d77cd3835d
Merge work:/home/bk/mysql-4.0
...
into serg.mysql.com:/usr/home/serg/Abk/mysql-4.0
2003-03-02 01:52:02 +01:00
serg@serg.mysql.com
be580475be
fix auto-increment in sub-key and insert ... select
2003-03-02 01:48:57 +01:00
guilhem@mysql.com
e66992aef5
Replication: simplification of init_relay_log_pos: always initialize,
...
remove variable rli->log_pos_current.
2003-03-02 00:45:19 +01:00
guilhem@mysql.com
10735252ee
When the SQL thread cannot read an event from the relay log
...
("Event too big" etc), stop this thread instead of going on
with the next event, which would certainly lead to slave's data
corruption.
2003-03-02 00:34:44 +01:00
monty@narttu.mysql.fi
065bcf92fb
Merge work:/my/mysql-4.0 into narttu.mysql.fi:/my/mysql-4.0
2003-02-28 22:24:57 +02:00
monty@narttu.mysql.fi
e8aa21c8d3
LOAD DATA INFILE is not replicated if replicate_*_table is set
...
LOAD DATA LOCAL INFILE was not replicated correctly
2003-02-28 22:24:00 +02:00
bell@sanja.is.com.ua
e087f900e5
used correct function (SCRUM)
2003-02-28 21:17:44 +02:00
monty@narttu.mysql.fi
c908b0ed16
merge (use local version)
2003-02-28 20:00:19 +02:00
monty@narttu.mysql.fi
ddb13eef8a
Always include errno.h
2003-02-28 19:52:14 +02:00
monty@narttu.mysql.fi
7eccd99e54
LOAD DATA INFILE is not replicated by slave if replicate_*_table is set
2003-02-28 19:50:05 +02:00
lenz@mysql.com
609445e73f
- Changed version number from "4.0.12-gamma" to "4.0.12" (confirmed by
...
Monty)
2003-02-28 12:47:26 +01:00
monty@narttu.mysql.fi
41e2309259
Merge narttu.mysql.fi:/my/mysql-3.23 into narttu.mysql.fi:/my/mysql-4.0
2003-02-28 12:33:10 +02:00
monty@narttu.mysql.fi
9286552567
Added copying of *.slave-mi mysql-test files
2003-02-28 12:32:37 +02:00
bell@sanja.is.com.ua
c37b62b79f
postmerging fix (SCRUM)
2003-02-27 21:29:56 +02:00
bell@sanja.is.com.ua
47b16dae7a
posreview changing (SCRUM)
...
increased compatibility
postmerge changing
2003-02-27 20:31:54 +02:00
bell@sanja.is.com.ua
80236063a1
merging
2003-02-27 19:38:39 +02:00
monty@narttu.mysql.fi
a0d2a621ed
Added detection if pthread_attr_getstacksize() exists
...
Fixed bug in RAND() usage in mysqlbinlog
2003-02-27 17:35:51 +02:00
monty@narttu.mysql.fi
fa195bc83a
Add missing SIGNAL_WITH_VIO_CLOSE to fix problem with SLAVE STOP on windows
2003-02-27 11:20:07 +02:00
monty@narttu.mysql.fi
c20453ba9a
Integer values between 9223372036854775807 and 9999999999999999999 are now
...
regarded as unsigned longlongss, not as floats. This make these values work
similar to values between 10000000000000000000 and 18446744073709551615.
2003-02-27 02:10:19 +02:00
monty@narttu.mysql.fi
61213dbc7a
Code cleanup
2003-02-27 00:06:09 +02:00
monty@narttu.mysql.fi
39635eb212
Merge work:/my/mysql-4.0 into narttu.mysql.fi:/my/mysql-4.0
2003-02-26 23:36:23 +02:00
monty@narttu.mysql.fi
56d0a23cd4
Merge narttu.mysql.fi:/my/mysql-3.23 into narttu.mysql.fi:/my/mysql-4.0
2003-02-26 23:35:58 +02:00
heikki@hundin.mysql.fi
18dbed8463
ha_innodb.cc:
...
Remove DEBUG_ASSERT if MySQL internally names a UNIQUE index as the PRIMARY KEY, but inside InnoDB there is no primary key for the table
2003-02-26 19:52:31 +02:00
heikki@hundin.mysql.fi
f407468649
ha_innodb.cc:
...
Add docs to store_lock()
2003-02-26 19:31:05 +02:00
Sinisa@sinisa.nasamreza.org
1d09675c64
Merge sinisa@work.mysql.com://home/bk/mysql-4.0
...
into sinisa.nasamreza.org:/mnt/work/mysql-4.0
2003-02-26 15:33:20 +02:00
Sinisa@sinisa.nasamreza.org
571fc250ff
A fix for a crashing bug with unspecified database in this type of
...
command:
load data infile 'filename' into table db.table;
2003-02-26 15:28:28 +02:00
monty@narttu.mysql.fi
8df5705434
Fix for SHOW TABLE STATUS with empty .frm file
2003-02-26 10:16:50 +02:00
monty@narttu.mysql.fi
20f7ea5c7a
Comment column in SHOW TABLE STATUS now reports that it can
...
contain NULL values (which is the case for a crashed .frm file).
2003-02-26 09:52:19 +02:00
monty@narttu.mysql.fi
045ac4b84b
Merge work:/my/mysql-4.0 into narttu.mysql.fi:/my/mysql-4.0
2003-02-26 00:23:22 +02:00
monty@narttu.mysql.fi
326b8abc89
merge with 3.23 to get corrected error message files and rename of files in mysql-test
2003-02-26 00:22:35 +02:00
monty@narttu.mysql.fi
c75a4d2468
Safety fix (caused a core dump on slave during shutdown when shutting down replication on some OS)
2003-02-26 00:13:18 +02:00
monty@narttu.mysql.fi
e6c575dacc
change 'slave-master-info.opt' to .slave-mi to avoid problems with long filenames on some OS
2003-02-26 00:04:13 +02:00
serg@serg.mysql.com
5878878717
Merge work:/home/bk/mysql-4.0
...
into serg.mysql.com:/usr/home/serg/Abk/mysql-4.0
2003-02-25 21:31:17 +01:00
serg@serg.mysql.com
2e7b9ca09f
fixed again
2003-02-25 21:20:22 +01:00
monty@narttu.mysql.fi
fe0aa9ff2a
Portability fix
2003-02-25 22:20:17 +02:00
serg@serg.mysql.com
4fb5c13e93
Merge work:/home/bk/mysql-4.0
...
into serg.mysql.com:/usr/home/serg/Abk/mysql-4.0
2003-02-25 20:44:16 +01:00
monty@narttu.mysql.fi
9acbaffc31
Ignore some automaticly generated files
2003-02-25 21:44:13 +02:00
monty@narttu.mysql.fi
b4fbb06ad8
Portability fix for HPUX10.20
2003-02-25 21:43:24 +02:00
serg@serg.mysql.com
d2b9fcee2e
Merge work:/home/bk/mysql-4.0
...
into serg.mysql.com:/usr/home/serg/Abk/mysql-4.0
2003-02-25 20:38:08 +01:00
serg@serg.mysql.com
1ccc5944a0
fix a bug in the test
2003-02-25 20:37:49 +01:00