ram@mysql.r18.ru
74a9fb244a
Merge rkalimullin@work.mysql.com:/home/bk/mysql-4.0
...
into mysql.r18.ru:/usr/home/ram/work/mysql-4.0
2003-01-03 19:47:58 +04:00
ram@mysql.r18.ru
8009c16a34
Fix for the QUOTE() function.
2003-01-03 19:46:15 +04:00
monty@mashka.mysql.fi
9a64d3a17c
Merge work:/my/mysql-4.0 into mashka.mysql.fi:/home/my/mysql-4.0
2003-01-02 16:26:26 +02:00
Sinisa@sinisa.nasamreza.org
da8e96351c
Merge sinisa@work.mysql.com:/home/bk/mysql-4.0
...
into sinisa.nasamreza.org:/mnt/work/mysql-4.0
2003-01-02 16:22:05 +02:00
Sinisa@sinisa.nasamreza.org
66208fe9ae
Fixing some bugs in client - server protocol and adding a feature
...
that connection does not close in the case when client sends a
buffer larger then max_allowed_packet.
2003-01-02 16:21:22 +02:00
monty@mashka.mysql.fi
89a842de3c
Merge work:/my/mysql-4.0 into mashka.mysql.fi:/home/my/mysql-4.0
2003-01-02 14:41:31 +02:00
monty@mashka.mysql.fi
9b3968586b
Small optimization of sending big blocks.
...
Updated Italian error messages
2003-01-02 14:29:26 +02:00
heikki@hundin.mysql.fi
80f5621e4c
ha_innodb.cc:
...
Fix bug: could not switch trx isolation back to REPEATABLE READ after switching it to some other level
2002-12-31 10:17:35 +02:00
walrus@mysql.com
3cf6a6b28e
Merge akishkin@work.mysql.com:/home/bk/mysql-4.0
...
into mysql.com:/home/walrus/bk/40
2002-12-28 02:18:22 +05:00
walrus@mysql.com
c6cd215b2a
1) Add option (--verbose) that allows user switch on/off new
...
logging in crash-me
2) Add new test: no_id_between, that indicates if NOT ID BETWEEN
interprets as ID NOT BETWEEN
2002-12-28 02:17:16 +05:00
monty@mashka.mysql.fi
3ca695ea0b
Cut hostnames at HOSTNAME_LENGTH to avoid theoretical hostname overruns
...
Changed long packat handling to check for packets of length 0xffffff.
This does however break packet handling for older clients.
If you are using packets >= 16M then you need to upgrade client and server
after this patch.
2002-12-26 18:26:37 +02:00
monty@mashka.mysql.fi
0a5338614a
Test cleanup
2002-12-26 15:55:22 +02:00
monty@mashka.mysql.fi
6153b24077
merge
2002-12-26 15:26:32 +02:00
monty@mashka.mysql.fi
8f046a0195
Update of test results
2002-12-26 15:24:40 +02:00
lenz@mysql.com
48e03169a4
- bumped up version number to 4.0.8-gamma
...
- tagged ChangeSet 1.1484 as mysql-4.0.7
2002-12-24 16:25:03 +01:00
Sinisa@sinisa.nasamreza.org
5c0bd57b8f
fix for an error in the merge from 3.23
2002-12-24 14:33:11 +02:00
lenz@mysql.com
ad9c7c7bdb
- fix CC_VERSION and CXX_VERSION for compilers that return multiple lines of
...
output for "--version" (e.g. gcc 3.x)
2002-12-23 13:33:55 +01:00
heikki@hundin.mysql.fi
843e1d8e9c
Many files:
...
Merge InnoDB-4.0.7. Support for ON UPDATE CASCADE
sql_select.cc:
Remove superfluous prints to .err log when a locking SELECT fails to a deadlock or a lock wait timeout
2002-12-22 01:54:29 +02:00
monty@mashka.mysql.fi
f03bbd3fe2
Merge with 3.23:
...
Remove duplicate casedn_str() in mysql_change_db()
Fix for null handling in CASE
2002-12-21 10:56:40 +02:00
monty@mashka.mysql.fi
962042e76d
Optimization of CASE bug fix
2002-12-21 10:45:06 +02:00
heikki@hundin.mysql.fi
1033c9d2ec
errmsg.txt:
...
More descriptive foreign key error messages
2002-12-21 03:50:09 +02:00
heikki@hundin.mysql.fi
5d60d8e5cb
btr0sea.c:
...
Remove an assertion which can fail in a race of 3 threads
2002-12-20 20:55:51 +02:00
serg@sergbook.mysql.com
9826599da9
Merge work:/home/bk/mysql-4.0
...
into sergbook.mysql.com:/usr/home/serg/Abk/mysql-4.0
2002-12-20 19:13:15 +01:00
serg@sergbook.mysql.com
f36fc90c5e
Merge work:/home/bk/mysql
...
into sergbook.mysql.com:/usr/home/serg/Abk/mysql
2002-12-20 19:11:33 +01:00
serg@sergbook.mysql.com
05ad72dc96
merged
2002-12-20 18:50:34 +01:00
serg@sergbook.mysql.com
78e0a8497b
removed chroot() bugfix, now --chroot in 3.23 is broken again :((
2002-12-20 18:39:53 +01:00
monty@mashka.mysql.fi
8b56ca0ef3
Merge work:/my/mysql-4.0 into mashka.mysql.fi:/home/my/mysql-4.0
2002-12-20 14:59:35 +02:00
monty@mashka.mysql.fi
b5aa9ae0c7
Changed thd variables max_join_size and select_limit to type ha_rows.
...
This fixed some optimization problems when using -DBIG_TABLES
Portabilty fixes for OpenUnix and HPUX
Added C and C++ version numbers to mysqlbug
2002-12-20 14:58:27 +02:00
lenz@mysql.com
3f7afaf876
- tagged ChangeSet 1.1477 as MySQL 4.0.6
...
- bumped up version number in configure.in to 4.0.7-gamma
2002-12-20 12:56:00 +01:00
heikki@hundin.mysql.fi
e3b6be19cf
ha_innobase.cc:
...
Better error message to help users who created tables with < 3.23.54 where MySQL implicitly added a PRIMARY KEY definition
2002-12-19 20:58:07 +02:00
walrus@mysql.com
9aa2be77c9
server-cfg.sh:
...
Corrected some typo.
2002-12-19 14:08:25 +05:00
walrus@mysql.com
94a62360d0
Merge akishkin@work.mysql.com:/home/bk/mysql-4.0
...
into mysql.com:/home/walrus/bk/40
2002-12-19 00:42:34 +05:00
walrus@mysql.com
a141701b08
crash-me.sh:
...
Wrap long lines,
New test - date_format_inresult (returns which date
format dbms uses in the result set)
New tests:
-date_format_ISO
-date_format_ISO_with_date (checks if DBMS supports
YYYY-MM-DD or DATE 'YYYY-MM-DD' formats)
-date_format_EUR
-date_format_EUR_with_date (the same but 'DD.MM.YYYY'
format)
-date_format_USA
-date_format_USA_with_date ( the same but 'MM/DD/YYYY' format)
-date_format_YYYYMMDD
-date_format_YYYYMMDD_with_date
2002-12-19 00:38:38 +05:00
Sinisa@sinisa.nasamreza.org
5961bff59b
Fix for found rows in multi-table updates
2002-12-18 19:00:00 +02:00
Sinisa@sinisa.nasamreza.org
ee22691344
Merge sinisa@work.mysql.com:/home/bk/mysql
...
into sinisa.nasamreza.org:/mnt/work/mysql
2002-12-16 22:17:34 +02:00
Sinisa@sinisa.nasamreza.org
8ebc983442
fix for a bug in CASE ...WHEN ...
2002-12-16 22:16:57 +02:00
monty@mashka.mysql.fi
e2e5d59866
Merge work:/my/mysql-4.0 into mashka.mysql.fi:/home/my/mysql-4.0
2002-12-16 20:50:10 +02:00
walrus@mysql.com
495e75259d
Merge akishkin@work.mysql.com:/home/bk/mysql-4.0
...
into mysql.com:/home/walrus/bk/40
2002-12-16 23:26:21 +05:00
walrus@mysql.com
9657cddd5e
Add log lines to crash-me result file
2002-12-16 22:55:29 +05:00
monty@mashka.mysql.fi
dd4036b45e
Merge work:/my/mysql-4.0 into mashka.mysql.fi:/home/my/mysql-4.0
2002-12-16 17:29:58 +02:00
monty@mashka.mysql.fi
43875f50cb
Use delayed create index for LOAD DATA INFILE, INSERT ... SELECT and CREATE ... SELECT
...
(Accidently disabled by a recent push)
2002-12-16 17:28:53 +02:00
heikki@hundin.mysql.fi
1f7ddcb510
perror.c:
...
Add to perror the code 150 about wrong foreign key def
2002-12-14 22:38:33 +02:00
Sinisa@sinisa.nasamreza.org
c2f3ff6630
Fix for a bug with mysql_select_db() on manually created
...
database and lower case table names.
2002-12-14 15:32:36 +02:00
monty@mashka.mysql.fi
f2e9dc6bed
Merge mashka.mysql.fi:/home/my/mysql-3.23
...
into mashka.mysql.fi:/home/my/mysql-4.0
2002-12-14 13:02:30 +02:00
monty@mashka.mysql.fi
70b97a980f
On windows, delete any conflicting 'to' files on rename(from,to)
...
This fixes a bug with REPAIR TABLE t1 USE_FRM on windows.
2002-12-14 12:57:12 +02:00
monty@mashka.mysql.fi
15b870d6c9
Merge with 3.23 to get patch for lower_case_table_names for MacOSX
2002-12-14 12:49:55 +02:00
monty@mashka.mysql.fi
9c509fcb52
Transactions in AUTOCOMMIT=0 mode didn't rotate binary log
...
Don't enable any bulk insert or record caching code if inserting less than MIN_ROWS_TO_USE_BULK_INSERT rows (100)
2002-12-14 12:45:31 +02:00
monty@mashka.mysql.fi
00e005cbdb
Make --lower-case-table-names default on MacOSX
2002-12-14 12:25:33 +02:00
monty@mashka.mysql.fi
4886a2340b
Transactions in AUTOCOMMIT=0 mode didn't rotate binary log.
2002-12-14 12:05:45 +02:00
monty@mashka.mysql.fi
a37ae546d7
Merge work:/my/mysql-4.0 into mashka.mysql.fi:/home/my/mysql-4.0
2002-12-13 17:54:14 +02:00