1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-18 23:03:28 +03:00
Commit Graph

1231 Commits

Author SHA1 Message Date
c5d95b5e62 added building without query cache 2002-03-22 22:55:08 +02:00
ed040fe21e Fix for bug in WHERE key='j' or key='J' 2002-03-22 14:03:42 +02:00
8766627d73 Fixes for offset bug in UNION's and making UNION's obey
SELECT_DEFAULT_LIMIT
2002-03-22 13:26:13 +02:00
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
87eea66796 fix for the limit bug in UNION's and some additional syntax
checkings
2002-03-19 14:07:52 +02:00
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
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
63b2a551bf processing trunsactional tables in query cache 2002-03-15 23:57:31 +02:00
ec80dec9b0 Making full-text queries working with UNION's 2002-03-15 14:11:11 +02:00
b948d0853f merged 2002-03-13 17:27:45 +00:00
3f51fcf1f1 mi_check flags cleanup
CHECK/REPAIR syntax cleanup
REPAIR ... USE_FRM syntax
2002-03-13 17:20:17 +00:00
a522720a03 fix after merge 2002-03-13 01:02:45 +02:00
e6b9734e0a merge 2002-03-12 12:21:51 +02:00
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
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
f1a14b4c1a merged 2002-03-09 13:23:35 +00:00
c65ac4e7ac tests for bug fix 2002-03-07 15:36:14 +02:00
771e668732 Update test results 2002-03-07 00:21:37 +02:00
e9ba8d58fe merge 2002-03-06 23:41:18 +02:00
fa38c84be7 merge 2002-03-06 19:53:31 +02:00
668d09cc5c Fixed bug in DATE_FORMAT when used with GROUP BY 2002-03-06 18:36:31 +02:00
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
cde0896521 Merge hundin:/my/mysql-3.23 into tik.mysql.fi:/home/my/mysql-3.23 2002-03-05 15:49:34 +02:00
539718ba25 Update scripts for new POSIX spec
Fix for --enable-local-infile
Portability fix for bison
2002-03-05 15:46:30 +02:00
1086e7c52f several bug fixes and tests 2002-03-05 14:22:32 +02:00
2a973ced22 bug with indexless boolean fts fixed 2002-03-04 13:17:49 +00:00
cb3499b7de merge 2002-03-02 13:59:26 +02:00
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
b305a27ac1 post-merge fixup 2002-03-01 21:14:13 -07:00
aa67831207 merged from 3.23 to pull the LOAD DATA INFILE fix as rpl000001 was failing.
Let's hope this did not break anything. Will not push this one until Monty
gets back
2002-03-01 19:36:46 -07:00
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
4e6150d4c7 fulltext+const_table bug fixed 2002-03-01 16:57:08 +00:00
90629e2ccd many fixes 2002-02-28 21:58:32 +02:00
21cf70e9e0 updates for the new build 2002-02-15 14:02:48 -07:00
6c4b4ad859 Fix after merge from 3.23 2002-02-15 02:49:02 +02:00
e070e9a01f merge with 3.23.49 2002-02-14 18:58:24 +02:00
15e9ca785a Fix for gethostbyname_r detection (for solaris). 2002-02-14 18:10:44 +02:00
b21f2d084f Don't give warnings for empty statements with comments 2002-02-14 15:04:14 +02:00
2f3cfff0a2 Added --user=userid to mysqld
Fix for ctypes on windows
Cleanup max_queries_per_hour
2002-02-13 22:37:19 +02:00
4abd402b87 merge with 3.23.48 2002-02-11 13:48:59 +02:00
cf39ab2ff2 Remove uage of static variable from file locks. 2002-02-10 20:28:58 +02:00
368731a915 Fixed bug in full join with many NULL fields. 2002-02-10 12:47:37 +02:00
8ef07c4ffa updated test suite to be able to run 3.23 master and 4.0 slave
got LOAD DATA INFILE replication from 3.23 master to 4.0 slave to work
for some reason query_cache now fails - will push anyway and document the
failure if I can repeat it.
2002-02-09 13:58:53 -07:00
d36ac6b669 Fix some bugs introduced with the new my_getopt
Added counting of rollback's and commits
Fixed bug in 'SELECT 0 LIMIT 0'
Fixed bug in 'SELECT SQL_CALC_FOUND_ROWS'
2002-02-08 03:21:34 +02:00
f84ca37ed7 Fixed results after Heikki's last change 2002-02-07 23:46:29 +02:00
d713fee16b Update to autoconf 2.52
Fix of InnoDB variables in SHOW VARIABLES
Fix for ALTER TABLE and InnoDB
2002-02-07 21:34:35 +02:00
e5793d1a66 Merge work:/home/bk/mysql-4.0 into hundin.mysql.fi:/my/bk/mysql-4.0 2002-02-06 11:49:09 +02:00
ddd735c6e2 Remove old test suite in xml format 2002-02-06 01:12:03 +02:00
b9637dae05 fixed wrong DBUG_ASSERT() in IO_CACHE
fixed apparent typo in opt_sum.cc
I will push this Changeset although it fails select test - failing select 
is better than the code that does not compile.
2002-01-31 16:17:24 -07:00
65989dacb5 Merge work:/home/bk/mysql-4.0
into mysql.sashanet.com:/reiser-data/mysql-4.0
2002-01-31 11:04:49 -07:00