~ubuntu-branches/ubuntu/hardy/mysql-dfsg-5.0/hardy-updates

« back to all changes in this revision

Viewing changes to mysql-test/r/view.result

  • Committer: Bazaar Package Importer
  • Author(s): sean finney
  • Date: 2007-05-13 12:32:45 UTC
  • mfrom: (1.1.11 upstream)
  • Revision ID: james.westby@ubuntu.com-20070513123245-8c3l187dk34cz2ar
Tags: 5.0.41-2
the previous "translation changes" inadvertently introduced unrelated
changes in the package control file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2395
2395
test.v1 optimize        error   'test.v1' is not BASE TABLE
2396
2396
Warnings:
2397
2397
Error   1347    'test.v1' is not BASE TABLE
 
2398
ANALYZE TABLE v1;
 
2399
Table   Op      Msg_type        Msg_text
 
2400
test.v1 analyze error   'test.v1' is not BASE TABLE
 
2401
Warnings:
 
2402
Error   1347    'test.v1' is not BASE TABLE
 
2403
REPAIR TABLE v1;
 
2404
Table   Op      Msg_type        Msg_text
 
2405
test.v1 repair  error   'test.v1' is not BASE TABLE
 
2406
Warnings:
 
2407
Error   1347    'test.v1' is not BASE TABLE
2398
2408
DROP VIEW v1;
2399
2409
create definer = current_user() sql security invoker view v1 as select 1;
2400
2410
show create view v1;