serg@serg.mysql.com
9e8c87e74d
Merge work:/home/bk/mysql-4.0
...
into serg.mysql.com:/usr/home/serg/Abk/mysql-4.0
2002-10-18 14:54:51 +00:00
serg@serg.mysql.com
dca6c608eb
some DBUG_ENTER/RETURN macro added
...
safer GWS_PROB, avoid log(0)
2002-10-18 14:53:46 +00:00
Sinisa@sinisa.nasamreza.org
4175461c00
Small code improvement in multi-table updates
2002-10-17 21:25:24 +03:00
monty@hundin.mysql.fi
a54df74af0
Fixes after last merge.
...
Ignore changed keyblocks when on does DELETE FROM table_name;
2002-10-16 19:05:10 +03:00
monty@hundin.mysql.fi
26b1bbdbd1
Merge work:/home/bk/mysql-4.0 into hundin.mysql.fi:/my/bk/mysql-4.0
2002-10-16 16:34:29 +03:00
monty@hundin.mysql.fi
67d3cd643b
Merge with 3.23.54
2002-10-16 13:11:25 +03:00
monty@hundin.mysql.fi
b4343ba939
Fixed bug in LEFT JOIN ... WHERE not_null_key_column=NULL;
2002-10-16 10:32:45 +03:00
jani@rhols221.adsl.netsonic.fi
4143937723
Fixed some bugs in mysql, mysqladmin and mysqld.
2002-10-15 23:34:55 +03:00
pem@mysql.com
3c1a311348
SCRUM Task 430: Allowing braces in joins by simply removing them.
...
Fixed the remaining join variations, (left, right, natural, etc).
(Previous fix only solved "," and "[cross] join".)
2002-10-15 16:33:06 +02:00
pem@mysql.com
e1303c7b3c
Merge pmartin@work.mysql.com:/home/bk/mysql-4.0
...
into mysql.com:/home/pem/work/mysql-4.0
2002-10-15 16:12:53 +02:00
monty@hundin.mysql.fi
3712931cc6
Fixed bug in ORDER BY ... LIMIT
2002-10-15 16:47:55 +03:00
monty@hundin.mysql.fi
0b54a5c3fc
Fix error handling in last patch (BLOB's in temporary tables) if
...
create_tmp_table fails.
2002-10-15 01:52:41 +03:00
monty@hundin.mysql.fi
302a43f095
Merge work:/home/bk/mysql into hundin.mysql.fi:/my/bk/mysql
2002-10-14 17:13:45 +03:00
monty@hundin.mysql.fi
68963e91b2
Fixed a bug in key optimizing handling where the expression
...
WHERE column_name = key_column_name was calculated as true
for NULL values.
2002-10-14 17:04:12 +03:00
Sinisa@sinisa.nasamreza.org
7ba2242803
Two bug fixes
2002-10-12 21:36:39 +03:00
monty@hundin.mysql.fi
9b1d5b6f5f
Fixed bug where we could reference a freed tmp_table->table_name variable for some
...
GROUP BY ... ORDER BY queries.
2002-10-12 12:38:48 +03:00
pem@mysql.com
8bd61c3fce
Task 430: Allowing braces in joins by simply removing them.
...
This is a simple fix, allowing a join_table_list in the right reduction of a
normal_join sequence, instead of just a join_table. This makes things like
"t1, (t2 left join t3)" work, but it also allows "join" and "cross join" instead
of ",".
This should fix the bug reported as:
Subject: ODBC SQL syntax issue
From: Ivan Vazharov
Date: Mon, 30 Sep 2002 12:02:42 +0200
2002-10-12 11:07:54 +02:00
heikki@hundin.mysql.fi
95cecad7d8
ha_innobase.cc:
...
Fix bug: if skip-innodb was defined SHOW INNODB STATUS crashed
2002-10-09 19:52:34 +03:00
monty@hundin.mysql.fi
352fcd458f
Fixed bug in LOCK TABLES on windows.
2002-10-09 12:05:22 +03:00
lenz@mysql.com
727e3056d9
Merge mysql.com:/my/mysql-4.0
...
into mysql.com:/space/my/mysql-4.0-automake
2002-10-08 16:22:35 +02:00
monty@hundin.mysql.fi
8af1c6f354
Merge work:/home/bk/mysql into hundin.mysql.fi:/my/bk/mysql
2002-10-08 16:41:50 +03:00
monty@hundin.mysql.fi
367e2d4396
Remove wrong clear of mysql_port when using --skip-show-databases
2002-10-08 16:40:50 +03:00
heikki@hundin.mysql.fi
2d148b977e
ha_innobase.cc:
...
test
2002-10-08 15:17:41 +03:00
nick@mysql.com
60e1175e0c
touchup to last fix
2002-10-07 16:39:52 -06:00
nick@mysql.com
204335970b
Merge mysql.com:/home/nick/mysql/repository/mysql-3.23
...
into mysql.com:/home/nick/mysql/mysql-3.23
2002-10-07 15:44:00 -06:00
nick@mysql.com
ec04d28468
fixed race that caused sig11s on simultaneous FLUSH LOGS
...
(possibly also fixes binlog filename corruption problems--hasn't
been reproduced since)
2002-10-07 15:42:10 -06:00
bell@sanja.is.com.ua
8d252004dc
fixed query cache with system database
...
FN_NO_CASE_SENCE used instead of __WIN__ in table name handling of quary cache
2002-10-08 00:26:15 +03:00
heikki@hundin.mysql.fi
cc1db6142f
btr0cur.c:
...
Do not let range estimator to return over 1 / 2 of total rows in table; use longlong in range estimation
btr0cur.h, ha_innobase.cc:
Use longlong in range estimation, in case there are > 4 billion rows
2002-10-05 22:23:51 +03:00
lenz@mysql.com
fa0c110cd2
Merge mysql.com:/my/mysql-4.0
...
into mysql.com:/space/my/mysql-4.0-automake
2002-10-03 21:12:28 +02:00
heikki@hundin.mysql.fi
cbd9978b3f
ha_innobase.cc:
...
Remove unintentionally pushed assert
2002-10-03 19:48:24 +03:00
heikki@hundin.mysql.fi
609524817f
ha_innobase.cc, ha_innobase.h:
...
Backport from 4.0.4 the bug fix of the crash when a temporary table was created inside LOCK TABLES and used
2002-10-03 19:10:49 +03:00
monty@hundin.mysql.fi
bef1d7d32e
Fix for building shared libraries with a patched glibc
...
Don't require UPDATE_ACL for REPLACE
2002-10-02 12:37:32 +03:00
lenz@mysql.com
3cf7acb756
- Applied required modifications for automake 1.5
...
- some additional small fixes
- added "depcomp" for automake 1.5
2002-10-01 21:57:10 +02:00
monty@hundin.mysql.fi
2d66b2f519
Revert change to use ha_rows for number of rows as other code depend of this
2002-09-30 14:54:16 +03:00
monty@hundin.mysql.fi
5ce2900d48
Merge hundin.mysql.fi:/my/mysql-3.23
...
into hundin.mysql.fi:/my/bk/mysql-4.0
2002-09-27 12:13:28 +03:00
monty@hundin.mysql.fi
649413f773
Don't reset Delayed_insert_threads on FLUSH STATUS
2002-09-27 12:01:26 +03:00
monty@hundin.mysql.fi
3a9eb4f621
Fix some ORDER BY ... DESC problems with InnoDB
2002-09-27 08:23:51 +03:00
heikki@hundin.mysql.fi
ffdff5f763
ha_innodb.h:
...
Put the flag HA_NOT_READ_PREFIX_LAST back to index_flags: seems to fix also the LIKE ... DESC bug
2002-09-26 21:21:44 +03:00
serg@build.mysql2.com
7a7a0ae842
COUNT(*) for merge can be longlong even if it's long for MyISAM
2002-09-26 17:52:52 +02:00
heikki@hundin.mysql.fi
64c3498f82
ha_innodb.cc:
...
Fix an assertion in btr0pcur.c line 203 when an UPDATE is done inside LOCK TABLES
2002-09-26 14:50:25 +03:00
monty@hundin.mysql.fi
a937a4fa5f
Do filesort if handler has the HA_NOT_READ_PREFIX_LAST flag set.
2002-09-26 10:20:49 +03:00
nick@mysql.com
b25d39d5b7
Merge nleippe@work.mysql.com:/home/bk/mysql-4.0
...
into mysql.com:/home/nick/mysql/repository/mysql-4.0
2002-09-25 18:07:13 -06:00
nick@mysql.com
96e9cd3ae1
fix (work-around) rpl_log test on FreeBSD.
2002-09-25 18:04:08 -06:00
monty@hundin.mysql.fi
e03d4330f8
Merge
2002-09-25 20:48:32 +03:00
monty@hundin.mysql.fi
12ac759d95
Compare hostnames case insensitive
...
Accept zero dates without warnings
2002-09-25 20:42:55 +03:00
heikki@hundin.mysql.fi
cfff5b5025
ha_innodb.h, ha_innodb.cc:
...
Remove the flag HA_NOT_READ_PREFIX_LAST because ORDER BY orders wrong then; also remove the diagnostic print to avoid cluttering the error log
2002-09-25 20:35:12 +03:00
heikki@hundin.mysql.fi
b46d2ca192
ha_innodb.cc, ha_innodb.h:
...
Move to the right place the flag which bans use of HA_READ_PREFIX_LAST; add diagnostics and remove the assertion on line 2180 of ha_innodb.cc
2002-09-25 19:02:46 +03:00
serg@serg.mysql.com
1adc7c554d
Merge work:/home/bk/mysql-4.0
...
into serg.mysql.com:/usr/home/serg/Abk/mysql-4.0
2002-09-25 00:15:06 +00:00
serg@serg.mysql.com
4c1f30cddc
fixed bug that causes mysqld crash on REVOKE
2002-09-25 00:14:22 +00:00
lenz@mysql.com
019b5ab7b4
- backported gcc 3.0 linking fix from 4.0
...
- some cosmetical fixups (typos, comments)
2002-09-24 22:24:30 +02:00