monty@hundin.mysql.fi
4d4d6d34a2
Removed purify warning
2002-07-01 02:50:30 +03:00
serg@serg.mysql.com
07bd261c1b
Merge work:/home/bk/mysql-4.0
...
into serg.mysql.com:/usr/home/serg/Abk/mysql-4.0
2002-06-30 23:35:59 +00:00
monty@hundin.mysql.fi
f87efa928b
Update for running gcc 3.x (mainly on HPUX)
...
Portability fixes for HPUX
Rename of CHECK_LOCK to IS_FREE_LOCK
Apply lower_case_table_names also to databases
Cleanup of describe code
Don't allow \ in database names
2002-06-30 18:57:21 +03:00
serg@sergbook.mysql.com
8bf5ea3ae0
Merge work:/home/bk/mysql-4.0
...
into sergbook.mysql.com:/usr/home/serg/Abk/mysql-4.0
2002-06-29 21:42:21 +02:00
Sinisa@sinisa.nasamreza.org
5a65b8b20a
Merge sinisa@work.mysql.com:/home/bk/mysql-4.0
...
into sinisa.nasamreza.org:/mnt/work/mysql-4.0
2002-06-29 16:32:45 +03:00
Sinisa@sinisa.nasamreza.org
816dc4eb28
Added functions :
...
* binary XOR
* logical XOR
* CHECK_LOCK("lock_name")
2002-06-29 16:25:09 +03:00
serg@sergbook.mysql.com
e0381217a6
Merge work:/home/bk/mysql-4.0
...
into sergbook.mysql.com:/usr/home/serg/Abk/mysql-4.0
2002-06-28 15:19:43 +02:00
serg@sergbook.mysql.com
84103d36d7
parser bug of "phrase search" fixed
2002-06-28 15:18:45 +02:00
monty@hundin.mysql.fi
33f84cf8fe
Fixed bug in REPAIR table.
...
Portability fix in safemalloc.c
2002-06-28 15:06:04 +03:00
peter@linux.local
e773a26e6e
Adding handling of numbers with exponent to decimal type.
2002-06-24 21:30:54 +04:00
monty@hundin.mysql.fi
3184dc1f16
Merge work:/home/bk/mysql-4.0 into hundin.mysql.fi:/my/bk/mysql-4.0
2002-06-19 00:38:58 +03:00
Sinisa@sinisa.nasamreza.org
6ad30c9b2d
Fixed some comments , plus introduced some tests so that I do not
...
make some new mistakes.
2002-06-18 17:38:06 +03:00
monty@hundin.mysql.fi
b1f7c1251c
Merge with 3.23.52
2002-06-17 16:08:34 +03:00
Sinisa@sinisa.nasamreza.org
138e5d57eb
Fixed a bug in optimiser with MERGE tables with non-unique values
...
with aggregating functions.
This consistently crashed Mysql
2002-06-15 20:59:42 +03:00
Sinisa@sinisa.nasamreza.org
eab0de7ce6
A fix for a bug which hits the optimiser when trying to group keys
...
for a seemingly impoosbile conds in WHERE....
This crashed MySQL in 4.0.2
2002-06-15 14:56:35 +03:00
Sinisa@sinisa.nasamreza.org
b559a6335c
Merge
2002-06-14 15:15:24 +03:00
Sinisa@sinisa.nasamreza.org
078dada497
Fixed a rare bug when fulltext index is present and no tables are used.
...
A better fix would be to have a map of tables that are not used at all,
and to annul just fledls in that TABLE.
2002-06-14 15:06:01 +03:00
peter@linux.local
f85a002c68
Merge
2002-06-14 15:24:22 +04:00
monty@mashka.mysql.fi
fb5c9ff0bf
Merge work:/home/bk/mysql-4.0 into mashka.mysql.fi:/my/mysql-4.0
2002-06-12 15:08:22 +03:00
monty@mashka.mysql.fi
b8421d34ec
Added the following new privleges:
...
SHOW DATABASES
CREATE TEMPORARY TABLE
LOCK TABLES
REPLICATION SLAVE & REPLICATION CLIENT
SUPER
EXECUTE
All scripts & documentation is updated for this change.
Added better error messages for global privileges
2002-06-12 15:04:18 +03:00
Sinisa@sinisa.nasamreza.org
8ebadc5d0a
A fix for multi-table delete with tables optimised away.
...
Still not able to make a proper test case as this crashes on files
where key and data pointers are 4 bytes each. Possibly a proper
test case would require myisampack.
2002-06-11 22:45:51 +03:00
peter@linux.local
7e80b05884
Merge linux.local:/data/mysql-4.0-root into linux.local:/data/mysql-4.0
2002-06-11 13:56:58 +04:00
peter@linux.local
89b161d05d
This changeset is mostly new version of previous commit modified according
...
to Monty's code style and optimization comments
2002-06-11 13:37:48 +04:00
monty@hundin.mysql.fi
ad04b7f677
Fixed bug in SQL_CALC_FOUND_ROWS + LIMIT
2002-06-10 13:33:25 +03:00
monty@hundin.mysql.fi
2c274c64b9
Bug fix for complicated GROUP BY ... ORDER BY query.
...
Fixed problem in access rights testing (from last patch)
2002-06-09 15:41:19 +03:00
Sinisa@sinisa.nasamreza.org
073d9e5f09
A bug fix and test case for a bug that appears in quereis where there
...
is a GROUP BY a column that is not NOT NULL and ORDER BY is done by
another column.
Even better fix would be to make a separate function for this.
2002-06-08 20:02:49 +03:00
sasha@mysql.sashanet.com
81a3130d5b
spurious binlog error code logging on temp table auto-drop fixed
...
added a new replication test
2002-06-05 20:16:44 -06:00
Sinisa@sinisa.nasamreza.org
7fcb8b52f4
Bug fix for multi-table delete with test case and manual entry
2002-06-04 20:34:13 +03:00
monty@hundin.mysql.fi
4b1836ee36
Enable LOAD DATA LOCAL INFILE in mysql_test
...
Added syntax for column comments (for compability with 4.1)
Fix of ALTER TABLE RENAME
2002-06-04 00:40:27 +03:00
monty@hundin.mysql.fi
544f95c451
merge with 3.23
2002-06-02 20:46:03 +03:00
nick@nick.leippe.com
5f93b1e46a
Merge nleippe@work.mysql.com:/home/bk/mysql
...
into nick.leippe.com:/home/nick/mysql/mysql
2002-05-31 16:56:48 -07:00
nick@nick.leippe.com
fc52e079d0
fixed 'load table from master' hang when host is empty
...
added respective test case
2002-05-31 16:56:02 -07:00
monty@hundin.mysql.fi
e2a116411e
Portability fixes for SCO and HPUX
...
Change TRUNCATE(number) to truncate towards zero for negative numbers
Fix NULL handling for DESCRIBE table_name
2002-05-31 15:22:38 +03:00
nick@nick.leippe.com
e62283b900
Fixed bug: load table from master w/empty master would hang.
...
Now it properly returns error.
Added respective test case.
2002-05-30 17:31:25 -07:00
monty@hundin.mysql.fi
bbebc75163
merge with 3.23.51
2002-05-27 23:52:21 +03:00
monty@hundin.mysql.fi
6d0e43c73b
Renamed stripp_sp -> strip_sp
...
Remove end space from ENUM and SET strings
2002-05-27 23:21:49 +03:00
monty@hundin.mysql.fi
07886933b8
Split raid C function to separate file to make things more portable.
...
Fixed some portability things in my_gethostbyname_r
Portability fix for type_decimal.test
2002-05-27 10:02:00 +03:00
Sinisa@sinisa.nasamreza.org
da0c70f5f3
Test re-grouping
2002-05-24 18:34:34 +03:00
Sinisa@sinisa.nasamreza.org
4d8211e2f3
Changing tests
2002-05-24 18:25:17 +03:00
monty@hundin.mysql.fi
c4a2d3d5d6
Portability fixes
...
Fixed problem with --password in mysql
2002-05-22 21:07:23 +03:00
Sinisa@sinisa.nasamreza.org
692f4af862
just to check for GROUP by bug
2002-05-22 16:36:24 +03:00
Sinisa@sinisa.nasamreza.org
4f676e281f
test cases for the GROUP BY bug ...
2002-05-22 16:33:00 +03:00
arjen@fred.bitbike.com
57d94ee2a0
Style/typo fixup of Turbo Boyer-Moore info.
2002-05-21 08:07:09 +10:00
monty@hundin.mysql.fi
3cfdd984f0
merge
2002-05-19 11:10:06 +03:00
monty@hundin.mysql.fi
ce1353a454
Optimize LIKE with turbo-boyer-more algoritm
2002-05-17 16:45:00 +03:00
monty@hundin.mysql.fi
73392ebee1
Fix bug in CONCAT_WS()
...
Update of glibc patch from MySQL 4.0
2002-05-17 10:50:57 +03:00
monty@hundin.mysql.fi
f5ed8784a2
merge with 3.23.51
2002-05-16 18:20:49 +03:00
monty@hundin.mysql.fi
4ca4f4788b
merge
2002-05-16 16:26:02 +03:00
monty@hundin.mysql.fi
5080d64c6b
Fix bug in SELECT SQL_CALC_FOUND_ROWS
2002-05-16 16:06:57 +03:00
serg@sergbook.mysql.com
8667b0a2d9
yet another ft-trunc bug fixed
2002-05-15 20:31:24 +02:00
monty@hundin.mysql.fi
14b55bcc72
Fixed bug in datetime range optimization
2002-05-15 01:01:26 +03:00
serg@sergbook.mysql.com
3bcf161611
Merge work:/home/bk/mysql-4.0
...
into sergbook.mysql.com:/usr/home/serg/Abk/mysql-4.0
2002-05-14 18:00:06 +02:00
serg@sergbook.mysql.com
859fb3e7c7
added --loose to --des-key-file in *.opt for mysql-test not to fail w/o ssl
2002-05-14 16:36:08 +02:00
serg@serg.mysql.com
7347504ed6
phrase search parser bug
2002-05-08 16:47:27 +00:00
serg@serg.mysql.com
a902712b93
"duplicated rows" bug
2002-05-07 18:27:39 +00:00
monty@hundin.mysql.fi
d025029de4
Fix for ISNULL()
2002-05-07 19:08:56 +03:00
monty@hundin.mysql.fi
5463fdfe28
Fixed bug in ISNULL(not_null_expression)
2002-05-04 11:11:00 +03:00
monty@hundin.mysql.fi
e90c6b481d
Fixed problems with DECIMAL() type on overflow.
2002-05-02 18:04:21 +03:00
monty@hundin.mysql.fi
0b6a786540
Don't change FLOAT(X+1,X) to FLOAT(X+2,X)
2002-04-26 13:56:32 +03:00
monty@hundin.mysql.fi
727122aadd
merge
2002-04-25 01:16:42 +03:00
monty@tik.mysql.fi
ecf2c4e15a
New if tests
2002-04-22 23:41:55 +03:00
monty@tik.mysql.fi
1016a08dc9
Fixed that IF is case insensitive if 2 and 3 arguments are case insensitive.
...
Added copyright messages to some files that was missing it.
2002-04-22 10:34:46 +03:00
serg@serg.mysql.com
2e6b3c2673
ftb bug fixed
2002-04-18 18:44:18 +00:00
monty@tik.mysql.fi
f94d84a9ec
SHOW VARIABLES LIKE ... are now case insensitive
...
Fixed stack overflow checking with crash-me with gcc 3.0.4
Using @@unknown_variable doesn't hang client anymore
Added @@VERSION variable
2002-04-18 18:24:14 +03:00
serg@serg.mysql.com
366fe664b0
Merge
2002-04-18 14:26:47 +00:00
serg@serg.mysql.com
3cc69d5a64
phrase search
2002-04-18 14:12:29 +00:00
bell@sanja.is.com.ua
fc1fd8f4ed
query cache code can be excluded from server
2002-04-15 16:00:05 +03:00
sasha@mysql.sashanet.com
d196201107
fixed bug in truncating temp tables
...
fixed compilation problem on FreeBSD
added test for truncating temporary tables
2002-04-08 18:20:24 -06:00
Sinisa@sinisa.nasamreza.org
34998c5ad4
fix for SQL_CALC_FOUND_ROWS in UNION's
2002-04-03 17:52:31 +03:00
Sinisa@sinisa.nasamreza.org
b98a84a19f
Fix for a bug with EXPLAIN and (....) UNION (....) order by
2002-04-02 20:08:55 +03:00
sasha@mysql.sashanet.com
ab1fdbdeac
Merge work:/home/bk/mysql-4.0
...
into mysql.sashanet.com:/reiser-data/mysql-4.0
2002-03-26 22:23:51 -07:00
monty@hundin.mysql.fi
2faee46284
merge (remove conflicting zip files)
2002-03-27 06:44:23 +02:00
monty@hundin.mysql.fi
727e507bca
merge with 3.23.50
2002-03-27 01:56:10 +02:00
bell@sanja.is.com.ua
2a32eaf82d
Merge sanja.is.com.ua:/home/bell/mysql/mysql-4.0
...
into sanja.is.com.ua:/home/bell/mysql/work-qc-4.0
2002-03-23 00:18:20 +02:00
bell@sanja.is.com.ua
c5d95b5e62
added building without query cache
2002-03-22 22:55:08 +02:00
monty@hundin.mysql.fi
ed040fe21e
Fix for bug in WHERE key='j' or key='J'
2002-03-22 14:03:42 +02:00
Sinisa@sinisa.nasamreza.org
8766627d73
Fixes for offset bug in UNION's and making UNION's obey
...
SELECT_DEFAULT_LIMIT
2002-03-22 13:26:13 +02:00
monty@tik.mysql.fi
ee162d86a6
Quote names to SHOW CREATE for mysqldump
...
Fix thread-related bug when doing DROP TABLE
Fix bug in RENAME TABLE on windows
2002-03-21 23:06:48 +02:00
Sinisa@sinisa.nasamreza.org
87eea66796
fix for the limit bug in UNION's and some additional syntax
...
checkings
2002-03-19 14:07:52 +02:00
sasha@mysql.sashanet.com
2e6b48afd3
replication updates and bugfixes. Still not perfect - there is some strange
...
memory corruption I can only repeat on one system.
2002-03-15 18:44:44 -07:00
bell@sanja.is.com.ua
b642599f96
Merge sanja.is.com.ua:/home/bell/mysql/mysql-4
...
into sanja.is.com.ua:/home/bell/mysql/work-qc
2002-03-15 23:59:51 +02:00
bell@sanja.is.com.ua
63b2a551bf
processing trunsactional tables in query cache
2002-03-15 23:57:31 +02:00
Sinisa@sinisa.nasamreza.org
ec80dec9b0
Making full-text queries working with UNION's
2002-03-15 14:11:11 +02:00
serg@serg.mysql.com
b948d0853f
merged
2002-03-13 17:27:45 +00:00
serg@serg.mysql.com
3f51fcf1f1
mi_check flags cleanup
...
CHECK/REPAIR syntax cleanup
REPAIR ... USE_FRM syntax
2002-03-13 17:20:17 +00:00
monty@hundin.mysql.fi
e6b9734e0a
merge
2002-03-12 12:21:51 +02:00
monty@hundin.mysql.fi
8eadb024dc
Fixed mysqldumpslow for new dump format.
...
Fix for HEAP tables with many rows deleted.
Add '' arround database names in SHOW GRANT
2002-03-12 11:52:41 +02:00
monty@hundin.mysql.fi
a01775c5eb
Added help for --local-infile
...
Fix for bug on intel where (int32) 1 << 32 == 1, which gave problems when using 32 keys.
Allow SET PASSWORD for anonymous user
2002-03-12 11:38:22 +02:00
serg@serg.mysql.com
f1a14b4c1a
merged
2002-03-09 13:23:35 +00:00
Sinisa@sinisa.nasamreza.org
c65ac4e7ac
tests for bug fix
2002-03-07 15:36:14 +02:00
monty@hundin.mysql.fi
e9ba8d58fe
merge
2002-03-06 23:41:18 +02:00
monty@hundin.mysql.fi
fa38c84be7
merge
2002-03-06 19:53:31 +02:00
monty@hundin.mysql.fi
668d09cc5c
Fixed bug in DATE_FORMAT when used with GROUP BY
2002-03-06 18:36:31 +02:00
serg@serg.mysql.com
2d9d140771
Merge work:/home/bk/mysql-4.0
...
into serg.mysql.com:/usr/home/serg/Abk/mysql-4.0
2002-03-06 15:11:23 +00:00
Sinisa@sinisa.nasamreza.org
1086e7c52f
several bug fixes and tests
2002-03-05 14:22:32 +02:00
serg@serg.mysql.com
2a973ced22
bug with indexless boolean fts fixed
2002-03-04 13:17:49 +00:00
monty@tik.mysql.fi
cb3499b7de
merge
2002-03-02 13:59:26 +02:00
monty@tik.mysql.fi
9d9bcf25e7
Fix sorting of NULL values (Should always be first)
...
Fix problem with HAVING and MAX() IS NOT NULL
2002-03-02 09:51:24 +02:00
serg@serg.mysql.com
863b5da02d
Merge work:/home/bk/mysql-4.0
...
into serg.mysql.com:/usr/home/serg/Abk/mysql-4.0
2002-03-01 16:58:06 +00:00
serg@serg.mysql.com
4e6150d4c7
fulltext+const_table bug fixed
2002-03-01 16:57:08 +00:00