Sinisa@sinisa.nasamreza.org
6f753e37d1
Fix for a crashing bug in send_data..
2003-01-13 22:36:50 +02:00
Sinisa@sinisa.nasamreza.org
9796fe70b5
Merge sinisa@work.mysql.com:/home/bk/mysql-4.0
...
into sinisa.nasamreza.org:/mnt/work/mysql-4.0
2003-01-13 15:01:27 +02:00
heikki@hundin.mysql.fi
40689f64e7
srv0srv.c:
...
Add another diagnostic print to determine why the 'queries inside InnoDB' counter might drift upwards
2003-01-13 00:44:42 +02:00
heikki@hundin.mysql.fi
c314981049
trx0trx.c:
...
Add diagnostic prints to determine why the 'queries inside InnoDB' might drift upwards
ha_innodb.cc:
Add more print space to SHOW INNODB STATUS; remove possible memory leak in case there is an error
2003-01-12 22:31:16 +02:00
Sinisa@sinisa.nasamreza.org
6b386c08a5
Fix for a bug in SHOW GRANTS when :
...
grant on database.* to xx@yy with grant option;
is done.
2003-01-11 18:02:10 +02:00
miguel@light.
0928c8b4b4
Added functions required by MySQLCC
2003-01-11 01:56:00 -02:00
Sinisa@sinisa.nasamreza.org
b6b2fbe9c7
Merge sinisa@work.mysql.com:/home/bk/mysql-4.0
...
into sinisa.nasamreza.org:/mnt/work/mysql-4.0
2003-01-10 22:11:11 +02:00
monty@mashka.mysql.fi
1bc3105da3
Fixed core dump bug in str LIKE "%other_str%" where strings contained characters >= 128.
...
Fixed problem with replication LOAD DATA INFILE when using --old-rpl-compat.
When executing on master LOAD DATA and InnoDB failed with 'table full' error the binary log was corrupted.
2003-01-10 01:55:05 +02:00
Sinisa@sinisa.nasamreza.org
6b9f24be88
changing a bit SHOW GRANTS to display empty row in global table.
2003-01-09 23:21:20 +02:00
Sinisa@sinisa.nasamreza.org
748665e7bb
A small fix for the type in the script
2003-01-09 15:22:38 +02:00
monty@mashka.mysql.fi
54ad6de1d9
Portability fix
2003-01-09 11:11:06 +02:00
monty@mashka.mysql.fi
2ea43f3c53
Merge work:/my/mysql-4.0 into mashka.mysql.fi:/home/my/mysql-4.0
2003-01-09 02:20:29 +02:00
monty@mashka.mysql.fi
3c08da957e
Don't count NULL values in cardinalty for MyISAM tables.
...
Free row buffer cache after each query for MyISAM tables.
Added table join option FORCE INDEX
Fixed core dump bug when connecting with hostname that could not be resolved.
2003-01-09 02:19:14 +02:00
serg@sergbook.mysql.com
27cb1e8c3c
Merge work:/home/bk/mysql-4.0
...
into sergbook.mysql.com:/usr/home/serg/Abk/mysql-4.0
2003-01-08 19:44:09 +01:00
serg@sergbook.mysql.com
e98e810664
ft_nlq_search.c:
...
no _mi_search_next() bug fixed
2003-01-08 19:40:35 +01:00
jani@hynda.(none)
66ac23d15c
Merge work:/home/bk/mysql-4.0 into hynda.(none):/home/my/bk/mysql-4.0
2003-01-08 15:44:44 +02:00
jani@hynda.(none)
6cd2eaee1f
Fixed a couple of bugs.
2003-01-08 15:43:56 +02:00
monty@mashka.mysql.fi
23c13c4539
merge
2003-01-08 11:27:07 +02:00
monty@mashka.mysql.fi
89ef355b9e
Fix for bug in LOAD DATA INFILE and replication
...
Fix for SHOW VARIABLES in embedded server
2003-01-08 11:24:39 +02:00
miguel@hegel.br
aa51a87283
Fix embedded server crash
2003-01-07 23:46:30 -02:00
heikki@hundin.mysql.fi
d1396cc047
mem0pool.c:
...
Remove the warning message that mem allocation spills from the additional mem pool to the OS; this does not hit performance with modern malloc libraries
2003-01-07 21:20:43 +02:00
jani@hynda.(none)
4af985f4e3
Added new program, mysql_waitpid.
2003-01-07 19:04:41 +02:00
monty@mashka.mysql.fi
602f3664e3
Merge work:/my/mysql-4.0 into mashka.mysql.fi:/home/my/mysql-4.0
2003-01-07 16:54:13 +02:00
monty@mashka.mysql.fi
ee59eb2418
Portability fixes
...
Fixed test suite for HPUX 10.20 and MacOSX
2003-01-07 16:53:10 +02:00
heikki@hundin.mysql.fi
7d33418bcd
btr0pcur.c:
...
Fix bug: an index cursor can theoretically be restored in a wrong place
log0log.c:
Fix bug: if combined log file size is >= 2 GB in a 32-bit computer InnoDB can write log to a wrong position
2003-01-05 21:58:06 +02:00
monty@mashka.mysql.fi
9ecf9645eb
A lot of portability fixes.
...
Added rename table for BDB. This fixes a bug in ALTER TABLE with BDB tables.
2003-01-05 20:18:49 +02:00
monty@mashka.mysql.fi
5e77a27182
Changed shared lib version to 12 as some structures has changed
2003-01-04 18:19:48 +02:00
monty@mashka.mysql.fi
7d410b7339
Merge work:/my/mysql-4.0 into mashka.mysql.fi:/home/my/mysql-4.0
2003-01-04 15:18:18 +02:00
monty@mashka.mysql.fi
6d5ad61a11
Added support for max_allowed_packet in option files read by mysql_option()
...
Extended max_allowed_packet for clients to 1G
Fixed bug in sending compressed rows >= 16M
Fix bug in skiping too long packets from clients.
Added checking of wrong command number sent by client.
2003-01-04 15:17:16 +02:00
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