This website requires JavaScript.
Explore
Help
Sign in
mirror
/
mariadb
Watch
1
Star
0
Fork
You've already forked mariadb
0
mirror of
https://github.com/MariaDB/server.git
synced
2025-01-18 04:53:01 +01:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
d4d097689b
mariadb
/
mysql-test
/
r
/
bdb-alter-table-2.result
7 lines
88 B
Text
Raw
Normal View
History
Unescape
Escape
Some trivial optimzations Check if AND/OR expression can be NULL; Fixed bug in GROUP BY and-or-expression where expression could be NULL Bug fix for SHOW OPEN TABLES when user didn't have privilege to access all open tables. Better fix for ALTER TABLE on BDB tables.
2002-09-03 14:44:25 +02:00
select * from t1;
Little but nasty bug with BDB and alter table
2002-08-28 15:41:23 +02:00
objid tablename oid
1 t1 4
2 metatable 1
3 metaindex 1
Some trivial optimzations Check if AND/OR expression can be NULL; Fixed bug in GROUP BY and-or-expression where expression could be NULL Bug fix for SHOW OPEN TABLES when user didn't have privilege to access all open tables. Better fix for ALTER TABLE on BDB tables.
2002-09-03 14:44:25 +02:00
drop table t1;
Reference in a new issue
Copy permalink