1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00

Merge kpdesk.mysql.com:/home/thek/dev/mysql-5.0-runtime

into  kpdesk.mysql.com:/home/thek/dev/mysql-5.1-runtime
This commit is contained in:
thek@kpdesk.mysql.com
2007-03-27 18:14:53 +02:00
2 changed files with 2 additions and 1 deletions

View File

@ -7043,7 +7043,6 @@ select bug20777(0) as 'lower bounds unsigned bigint';
select bug20777(18446744073709551615) as 'upper bounds unsigned bigint';
select bug20777(18446744073709551616) as 'upper bounds unsigned bigint + 1';
select bug20777(-1) as 'lower bounds unsigned bigint - 1';
select bug20777(1.84e+19) as 'submitter value, 1.84e19';
create table examplebug20777 as select
0 as 'i',