MySQL 5.6.14 Source Code Document
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
dummy_mt.cpp
1 /*
2  Copyright (C) 2008 MySQL AB
3  All rights reserved. Use is subject to license terms.
4 
5  This program is free software; you can redistribute it and/or modify
6  it under the terms of the GNU General Public License as published by
7  the Free Software Foundation; version 2 of the License.
8 
9  This program is distributed in the hope that it will be useful,
10  but WITHOUT ANY WARRANTY; without even the implied warranty of
11  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12  GNU General Public License for more details.
13 
14  You should have received a copy of the GNU General Public License
15  along with this program; if not, write to the Free Software
16  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
17 */
18 
19 #include "FastScheduler.hpp"
20 #include "RefConvert.hpp"
21 
22 #include "Emulator.hpp"
23 #include "VMSignal.hpp"
24 
25 #include <SignalLoggerManager.hpp>
26 #include <BlockNumbers.h>
27 #include <GlobalSignalNumbers.h>
28 #include <signaldata/EventReport.hpp>
29 #include "LongSignal.hpp"
30 #include <NdbTick.h>
31 
32 FastScheduler::FastScheduler()
33 {
34 }
35 
36 FastScheduler::~FastScheduler()
37 {
38 }
39 
40 void
41 FastScheduler::clear()
42 {
43 }
44 
45 
46 void bnr_error()
47 {
48 }
49 
50 void jbuf_error()
51 {
52 }
53 
54 void
55 FastScheduler::prio_level_error()
56 {
57 }
58 
59 APZJobBuffer::APZJobBuffer()
60 {
61 }
62 
63 APZJobBuffer::~APZJobBuffer()
64 {
65 }
66 
67 void
68 APZJobBuffer::insert(const SignalHeader * const sh,
69  const Uint32 * const theData, const Uint32 secPtrI[3]){
70 }
71 
72 void
73 APZJobBuffer::signal2buffer(Signal* signal,
74  BlockNumber bnr, GlobalSignalNumber gsn,
76 {
77 }
78 
79 #include <TimeQueue.hpp>
80 
81 TimeQueue::TimeQueue()
82 {
83 }
84 
85 TimeQueue::~TimeQueue()
86 {
87 }
88 
89 bool
90 NdbIsMultiThreaded()
91 {
92  return true;
93 }