ora-00942

ORA-00942 table or view does not exist.

ora-04043

ORA-04043 object string does not exist.

ora-01432

ORA-01432 public synonym to be dropped does not exist.

ora-02289

ORA-02289 sequence does not exist.

ora-00600

ORA-00600 internal error code, arguments: [string], [string], [string], [string], [string], [string], [string], [string], [string], [string], [string], [string]

MySQL Architecture

It will greatly aid your thinking about storage engines and the capabilities they bring to MySQL if you have a good mental picture of where they fit. Figure 1 provides a logical view of MySQL. It doesn't necessarily reflect the low-level implementation, which is bound to be more complicated and less clear cut. However, it does serve as a guide that will help you understand how storage engines fit in to MySQL. (The NDB storage engine was added to MySQL just before this book was printed. Watch for it in the second edition.)