ingo@mysql.com
7d5604af89
Merge mysql.com:/home/mydev/mysql-4.1
...
into mysql.com:/home/mydev/mysql-4.1-4100
2005-04-29 09:03:34 +02:00
bell@sanja.is.com.ua
29069ebfc6
if outer refernce (identifier) was resolved with help of cache all subqueries and resolved item itseld have to be correctly marked as dependent
...
(BUG#10041)
2005-04-29 02:43:56 +03:00
sergefp@mysql.com
908c5d74d4
Merge spetrunia@bk-internal.mysql.com:/home/bk/mysql-5.0
...
into mysql.com:/home/psergey/mysql-5.0-bug9821
2005-04-29 02:52:20 +04:00
jimw@mysql.com
8ef6ae7442
Fix 'CREATE TABLE ... LIKE ...' when lower_case_table_names
...
is set on case-sensitive file systems and the source table
was specified in something other than lowercase. (Bug #9761 )
2005-04-28 15:30:42 -07:00
jimw@mysql.com
300a9920ed
Add regression test for calling SOUNDEX() within stored procedure.
...
The bug appears to have already been fixed. (Bug #7293 )
2005-04-28 14:46:54 -07:00
sergefp@mysql.com
a7a1d4dc1e
Fix for BUG#10244:
...
Make get_quick_select_for_ref() accept estimated # records as parameter and
set QUICK_RANGE_SELECT::records, as this value is used to allocate buffers
in Multi-Range Read.
2005-04-29 01:16:32 +04:00
jimw@mysql.com
2441da8cd9
Add default configuration files to my_print_defaults usage, and
...
add handling of configuration file in the Windows shared system
directory. (Bug #5354 )
2005-04-28 12:11:48 -07:00
ingo@mysql.com
be34b54e1d
Merge mysql.com:/home/mydev/mysql-4.1-4100
...
into mysql.com:/home/mydev/mysql-5.0-5000
2005-04-28 19:34:05 +02:00
sergefp@mysql.com
e31b850937
Merge spetrunia@bk-internal.mysql.com:/home/bk/mysql-5.0
...
into mysql.com:/home/psergey/mysql-5.0-bug9298-merge
2005-04-28 21:05:26 +04:00
ingo@mysql.com
8ccbea47e8
Merge mysql.com:/home/mydev/mysql-4.1-bug5964
...
into mysql.com:/home/mydev/mysql-4.1-4100
2005-04-28 18:34:47 +02:00
ingo@mysql.com
1f0d0a6729
BUG#5964 - 4.1 MERGE tables regression from 4.0
...
Changed the creation of the .MRG file so that only the table name
is written when the MyISAM table is in the same database as the
MERGE table, a relative path is used in other cases in mysqld,
and possibly an absolute path is used in an embedded server.
No test case is added as the external behaviour is unchanged.
Only the file names within the .MRG file are changed.
2005-04-28 18:28:50 +02:00
sergefp@mysql.com
b2ebf51fbe
Merge spetrunia@bk-internal.mysql.com:/home/bk/mysql-4.1
...
into mysql.com:/home/psergey/mysql-4.1-bug9298
2005-04-28 19:58:52 +04:00
jimw@mysql.com
b31960f71d
Fix tiny typo in configure.in
2005-04-28 07:47:59 -07:00
ingo@mysql.com
286e204ac9
Bug#8321 - myisampack bug in compression algorithm
...
Merge from 4.0.
2005-04-28 16:09:53 +02:00
ingo@mysql.com
66a158a9db
Bug#8321 - myisampack bug in compression algorithm
...
This is the second of three changesets. It contains the pure bug fix.
It also contains the second after-review fixes.
The problem was that with gcc on x86, shifts are done modulo word size.
'value' is 32 bits wide and shifting it by 32 bits is a no-op.
This was triggered by an evil distribution of character incidences.
A distribution of 2917027827 characters made of 202 distinct values led to
34 occurrences of 32-bit Huffman codes.
This might have been the first time ever that write_bits() had to write
32-bit values. Since it can be expected that one day even 32 bits might
be insufficient, the third changeset suggests to enlarge some variables
to 64 bits.
2005-04-28 15:27:42 +02:00
svoj@mysql.com
c1fd1d6a5b
WL#2286 Compile MySQL w/YASSL support
...
yaSSL-0.9.7 library bundled.
2005-04-28 18:23:27 +05:00
monty@mysql.com
948fce01b3
Merge bk-internal.mysql.com:/home/bk/mysql-4.1
...
into mysql.com:/home/my/mysql-4.1
2005-04-28 16:00:09 +03:00
msvensson@neptunus.(none)
9bd59e4a9f
Merge neptunus.(none):/home/msvensson/mysql/mysql-4.1
...
into neptunus.(none):/home/msvensson/mysql/mysql-5.0
2005-04-28 13:50:32 +02:00
msvensson@neptunus.(none)
6d1186b6ac
Removing duplicate AC_PREREQ macros
...
Setting AC_PREREQ required version to 2.50 until we have sorted out what is required. The manual says 2.58.
2005-04-28 13:48:51 +02:00
msvensson@neptunus.(none)
5de370c534
Merge bk-internal.mysql.com:/home/bk/mysql-5.0
...
into neptunus.(none):/home/msvensson/mysql/mysql-5.0
2005-04-28 13:32:52 +02:00
msvensson@neptunus.(none)
370cd22b57
After review fixes to check-cpu
2005-04-28 13:30:45 +02:00
konstantin@mysql.com
d84ed6466b
A test case for Bug#5673 "Rounding problem in 4.0.21 inserting decimal
...
value into a char field": the patch submitted for the bug a while
ago has never been reviewed or approved to push into 4.0. Decimal
support in 5.0 resolves the issue.
Adding the test case and closing the bug report.
2005-04-28 13:06:36 +04:00
msvensson@neptunus.(none)
9e2e0deece
Merge bug9911 with 5.0
2005-04-28 11:05:44 +02:00
msvensson@neptunus.(none)
f78e1d1c44
Merge
2005-04-28 10:58:24 +02:00
mskold@mysql.com
78263507ab
Merge mskold@bk-internal.mysql.com:/home/bk/mysql-4.1
...
into mysql.com:/usr/local/home/marty/MySQL/mysql-4.1
2005-04-28 10:57:08 +02:00
msvensson@neptunus.(none)
6b3e3b03d3
Merge neptunus.(none):/home/msvensson/mysql/bug9911
...
into neptunus.(none):/home/msvensson/mysql/mysql-4.1
2005-04-28 10:50:31 +02:00
msvensson@neptunus.(none)
9969e1c5ea
BUG#9911 After review fixes
...
- Remove ha_archive::rename_table and move the fix to handler::rename_table
2005-04-28 10:49:18 +02:00
mskold@mysql.com
69c17fe46c
Merge mysql.com:/usr/local/home/marty/MySQL/mysql-4.1
...
into mysql.com:/usr/local/home/marty/MySQL/mysql-5.0
2005-04-28 10:48:08 +02:00
mskold@mysql.com
92dc45c86f
Fix for avoiding gettin Invalid schema object version when doing local changes, more post review fixes
2005-04-28 10:46:39 +02:00
mskold@mysql.com
47c2c96379
Merge
2005-04-28 10:28:56 +02:00
mskold@mysql.com
bbee23435d
Fix for avoiding gettin Invalid schema object version when doing local changes, post review fixes
2005-04-28 09:39:29 +02:00
jimw@mysql.com
518f644204
Fix 'mysql_client_test' with embedded server. (Bug #9634 )
2005-04-27 17:50:48 -07:00
jimw@mysql.com
719bfe9da4
Backport fix from 4.1 for testing whether CXX is gcc. (Bug #9690 )
2005-04-27 17:14:53 -07:00
jimw@mysql.com
9c33716380
Clean up error message for connections-per-hour user limit
...
being exceeded. (Bug #9947 )
2005-04-27 17:05:15 -07:00
monty@mysql.com
b40756c27e
Merge bk-internal.mysql.com:/home/bk/mysql-4.1
...
into mysql.com:/home/my/mysql-4.1
2005-04-28 00:41:39 +03:00
ingo@mysql.com
8ca745be65
Merge mysql.com:/home/mydev/mysql-5.0
...
into mysql.com:/home/mydev/mysql-5.0-5000
2005-04-27 23:00:17 +02:00
ingo@mysql.com
731c8da030
Bug#7823 - FLUSH TABLES WITH READ LOCK + INSERT DELAYED = deadlock
...
After merge fix.
2005-04-27 22:58:11 +02:00
msvensson@neptunus.(none)
1ba85ac979
BUG#9911 RENAME TABLE of type ARCHIVE fails with .ARN file error
...
- Different behaviuor in 5.0 pushes a warning when renaming a non existent file. Avoid that by checking that the file exists before renaming.
2005-04-27 22:20:58 +02:00
msvensson@neptunus.(none)
1ee4426adc
Little different behaviour in 5.0 and merge with new tests required these changes
2005-04-27 22:02:26 +02:00
msvensson@neptunus.(none)
bdb1441a65
Merge bk-internal.mysql.com:/home/bk/mysql-4.1
...
into neptunus.(none):/home/msvensson/mysql/mysql-4.1
2005-04-27 21:40:11 +02:00
sergefp@mysql.com
7a4f029ac5
Merge spetrunia@bk-internal.mysql.com:/home/bk/mysql-4.1
...
into mysql.com:/home/psergey/mysql-4.1-bug9298
2005-04-27 23:02:57 +04:00
ingo@mysql.com
15f9556ca2
Bug#7823 - FLUSH TABLES WITH READ LOCK + INSERT DELAYED = deadlock
...
Merge from 4.1
2005-04-27 21:02:38 +02:00
ingo@mysql.com
1df110057c
Bug#7823 - FLUSH TABLES WITH READ LOCK + INSERT DELAYED = deadlock
...
After merge fix.
2005-04-27 20:54:19 +02:00
sergefp@mysql.com
83658e0bb1
Merge spetrunia@bk-internal.mysql.com:/home/bk/mysql-4.1
...
into mysql.com:/home/psergey/mysql-4.1-bug9298
2005-04-27 22:52:54 +04:00
sergefp@mysql.com
1d8fe5acef
Merge spetrunia@bk-internal.mysql.com:/home/bk/mysql-4.1
...
into mysql.com:/home/psergey/mysql-4.1-bug9298
2005-04-27 22:51:02 +04:00
sergefp@mysql.com
4732c3b516
Merge mysql.com:/home/psergey/mysql-4.1-bug9298
...
into mysql.com:/home/psergey/mysql-5.0-bug9298-merge
2005-04-27 22:49:42 +04:00
jimw@mysql.com
63fa61c6e2
Carry over change to fix build on ICC that was lost in merge from 4.1.
2005-04-27 10:01:41 -07:00
ingo@mysql.com
235d2295da
Merge from 4.0 needs fixes
2005-04-27 18:59:31 +02:00
msvensson@neptunus.(none)
c76c23fcbc
Merge bk-internal.mysql.com:/home/bk/mysql-5.0
...
into neptunus.(none):/home/msvensson/mysql/mysql-5.0
2005-04-27 18:28:57 +02:00
mskold@mysql.com
5f9843aeee
Fix for avoiding gettin Invalid schema object version when doing local changes
2005-04-27 18:17:41 +02:00