- 02 Apr, 2004 2 commits
-
-
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 6 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
-
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 11 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.
-
bar@bar.intranet.mysql.r18.ru authored
and for (2) converting the columns: 1. ALTER TABLE t1 [DEFAULT] CHARACTER SET xxx [COLLATE yyy] 2. ALTER TABLE t1 CONVERT TO CHARACTER SET xxx [COLLATE yyy]
-
monty@mysql.com authored
-
bell@sanja.is.com.ua authored
-
ram@gw.mysql.r18.ru authored
-
ram@gw.mysql.r18.ru authored
ChangeSet 1.1707 04/03/19 12:36:55 ram@gw.mysql.r18.ru +4 -0 Fix for the bug #2976: NATURAL JOIN produces duplicate columns.
-
- 29 Mar, 2004 12 commits
-
-
monty@mysql.com authored
Fixes after last merge
-
monty@mysql.com authored
into mysql.com:/home/my/mysql-4.1
-
konstantin@oak.local authored
-
monty@mysql.com authored
-
monty@mysql.com authored
-
monty@mysql.com authored
-
monty@mysql.com authored
-
monty@mysql.com authored
into mysql.com:/home/my/mysql-4.1
-
monty@mysql.com authored
-
monty@mysql.com authored
into mysql.com:/home/my/mysql-4.0
-
bar@bar.intranet.mysql.r18.ru authored
SET character_set_xxx=NULL and SET collation_xxx=NULL
-
bar@bar.intranet.mysql.r18.ru authored
-