mirror of
https://github.com/MariaDB/server.git
synced 2025-01-20 05:52:27 +01:00
14 lines
292 B
Text
14 lines
292 B
Text
|
/******************************************************
|
||
|
Row versions
|
||
|
|
||
|
(c) 1997 Innobase Oy
|
||
|
|
||
|
Created 2/6/1997 Heikki Tuuri
|
||
|
*******************************************************/
|
||
|
|
||
|
#include "row0row.h"
|
||
|
#include "dict0dict.h"
|
||
|
#include "read0read.h"
|
||
|
#include "page0page.h"
|
||
|
#include "log0recv.h"
|