- 03 Apr, 2004 1 commit
-
-
wax@kishkin.ru authored
I can't see group_concat_max_len in a list of variables
-
- 02 Apr, 2004 15 commits
-
-
serg@serg.mylan authored
into serg.mylan:/usr/home/serg/Abk/mysql-4.1
-
vva@eagle.mysql.r18.ru authored
-
vva@eagle.mysql.r18.ru authored
into eagle.mysql.r18.ru:/home/vva/work/BUG_2385/mysql-4.1
-
vva@eagle.mysql.r18.ru authored
into eagle.mysql.r18.ru:/home/vva/work/BUG_2385/mysql-4.1
-
vva@eagle.mysql.r18.ru authored
Bug #2385 "CREATE TABLE LIKE lacks locking on source and destination table" (in sql_table.cc and mysql-test/t/synchronization.test)
-
vva@eagle.mysql.r18.ru authored
into eagle.mysql.r18.ru:/home/vva/work/BUG_2397/mysql-4.1
-
serg@serg.mylan authored
-
serg@serg.mylan authored
-
serg@serg.mylan authored
-
vva@eagle.mysql.r18.ru authored
into eagle.mysql.r18.ru:/home/vva/work/BUG_system_db_test/mysql-4.1
-
serg@serg.mylan authored
-
vva@eagle.mysql.r18.ru authored
for working on aix and so on..
-
miguel@hegel.local authored
into hegel.local:/home/miguel/bk/mysql-4.1
-
pem@mysql.comhem.se authored
-
dlenev@jabberwock.localdomain authored
Final version of patch. Adds support for specifying of DEFAULT NOW() and/or ON UPDATE NOW() clauses for TIMESTAMP field definition. Current implementation allows only one such field per table and uses several unireg types for storing info about this properties of field. It should be replaced with better implementation when new .frm format is introduced.
-
- 01 Apr, 2004 9 commits
-
-
bell@sanja.is.com.ua authored
into sanja.is.com.ua:/home/bell/mysql/bk/work-on-4.1
-
dlenev@jabberwock.localdomain authored
into jabberwock.localdomain:/home/dlenev/src/mysql-4.1-775
-
dlenev@jabberwock.localdomain authored
Added two status variables: binlog_cache_use - counts number of transactions that used somehow transaction temporary binary log. binlog_cache_disk_use - counts number of transactions that required disk I/O for storing info in this this binary log.
-
bell@sanja.is.com.ua authored
layout fised debug information added
-
miguel@hegel.local authored
-
vva@eagle.mysql.r18.ru authored
( fixed BUG #2385 CREATE TABLE LIKE lacks locking on source and destination table and added tests for it )
-
vva@eagle.mysql.r18.ru authored
BUG #2397 "RENAME TABLES is not blocked by FLUSH TABLES WITH READ LOCK" (added waiting for global_read_lock in mysql_rename_tables)
-
lenz@kallisto.local authored
distribution (this is more in line with how "make install" would install them) - this should also fix a test failure in the "system_mysql_db_fix" test.
-
bell@sanja.is.com.ua authored
save moving ON/USING tables conditions to WHERE clause (BUG#2794)
-
- 31 Mar, 2004 9 commits
-
-
dlenev@brandersnatch.localdomain authored
-
dlenev@brandersnatch.localdomain authored
-
dlenev@brandersnatch.localdomain authored
table resolution". Added members to Item_ident for storing original db, table and field names since those that set later from Field have shorter life-time than required by prep. stmt. So we need to restore original names in Item_ident::cleanup(). Also now using special construnctor for creation of Item_field from Field object that ensures that table and field name have big enough life-time. "Fix" for bug #2050 "10 to 1 performance drop with server 4.1.1" Clean ups in implementation of caching of field number in table. Added caching of table in which field is found in find_field_in_tables().
-
gluh@gluh.mysql.r18.ru authored
into gluh.mysql.r18.ru:/home/gluh/Bugs/mysql-4.1
-
gluh@gluh.mysql.r18.ru authored
-
bell@sanja.is.com.ua authored
into sanja.is.com.ua:/home/bell/mysql/bk/work-qc-4.1
-
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.
-
monty@mysql.com authored
into mysql.com:/home/my/mysql-4.1
-
monty@mysql.com authored
Portability fixes
-
- 30 Mar, 2004 6 commits
-
-
konstantin@dragonfly.local authored
implemented in the client library and server. Warning: this makes the new client library and server incompatible with all previous versions and 5.0.
-
bell@sanja.is.com.ua authored
-
monty@mysql.com authored
into mysql.com:/home/my/mysql-4.1
-
monty@mysql.com authored
-
bar@bar.intranet.mysql.r18.ru authored
Collation gets lost in CREATE TABLE (...) DEFAULT CHARACTER SET xxx COLLATE yyy This is fixed now. Test is added into the test suite.
-
bar@bar.intranet.mysql.r18.ru authored
Forgot to do it in the previous commit.
-